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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jacopoc
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">