Login  Register

svn commit: r466421 - /incubator/ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml

Posted by jacopoc on Oct 21, 2006; 5:20pm
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r466421-incubator-ofbiz-trunk-framework-entityext-script-org-ofbiz-entityext-synchronizatl-tp209451.html

Author: jacopoc
Date: Sat Oct 21 09:20:54 2006
New Revision: 466421

URL: http://svn.apache.org/viewvc?view=rev&rev=466421
Log:
converted deprecated minilang operations to the set operation.

Modified:
    incubator/ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml

Modified: incubator/ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml?view=diff&rev=466421&r1=466420&r2=466421
==============================================================================
--- incubator/ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml (original)
+++ incubator/ofbiz/trunk/framework/entityext/script/org/ofbiz/entityext/synchronization/EntitySyncServices.xml Sat Oct 21 09:20:54 2006
@@ -67,7 +67,7 @@
         
         <!-- also set the lastHistoryStartDate on the EntitySync -->
         <entity-one entity-name="EntitySync" value-name="entitySync"/>
-        <env-to-env env-name="newEntity.startDate" to-env-name="entitySync.lastHistoryStartDate"/>
+        <set from-field="newEntity.startDate" field="entitySync.lastHistoryStartDate"/>
         <store-value value-name="entitySync"/>
     </simple-method>
     <simple-method method-name="updateEntitySyncHistory" short-description="Update EntitySyncHistory">