[
https://issues.apache.org/jira/browse/OFBIZ-10096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16298458#comment-16298458 ]
Jacques Le Roux commented on OFBIZ-10096:
-----------------------------------------
Yes this is due to this in OFBIZ-9907
{code}
Index: applications/content/servicedef/secas.xml
===================================================================
--- applications/content/servicedef/secas.xml (revision 1813586)
+++ applications/content/servicedef/secas.xml (working copy)
@@ -162,7 +162,7 @@
</eca>
<eca service="updateContent" event="commit">
<condition field-name="contentAssocTypeId" operator="is-not-empty"/>
- <condition field-name="contentIdFrom" operator="is-not-empty"/>
+ <condition field-name="contentId" operator="is-not-empty"/>
<condition field-name="fromDate" operator="is-not-empty"/>
<action service="updateContentAssoc" mode="sync" run-as-user="system"/>
</eca>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)