This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 00b92f4 Removed extra space from eecas.xml file
00b92f4 is described below
commit 00b92f4a254de1f256d6db7db7bea34f5b750202
Author: Deepak Dixit <
[hidden email]>
AuthorDate: Mon Mar 22 15:22:10 2021 +0530
Removed extra space from eecas.xml file
---
applications/content/entitydef/eecas.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/content/entitydef/eecas.xml b/applications/content/entitydef/eecas.xml
index 135f0b2..f2b5371 100644
--- a/applications/content/entitydef/eecas.xml
+++ b/applications/content/entitydef/eecas.xml
@@ -51,10 +51,10 @@ under the License.
<eca entity="PartyContent" operation="create-store" event="return">
<action service="indexContentKeywords" mode="sync"/>
</eca>
- <eca entity="WebSiteContent " operation="create-store" event="return">
+ <eca entity="WebSiteContent" operation="create-store" event="return">
<action service="indexContentKeywords" mode="sync"/>
</eca>
- <eca entity="WorkEffortContent " operation="create-store" event="return">
+ <eca entity="WorkEffortContent" operation="create-store" event="return">
<action service="indexContentKeywords" mode="sync"/>
</eca>