[Erp5-report] r21091 - in /erp5/trunk/bt5/erp5_budget: WorkflowTemplateItem/portal_workflow...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri May 23 13:38:53 CEST 2008
Author: jerome
Date: Fri May 23 13:38:50 2008
New Revision: 21091
URL: http://svn.erp5.org?rev=21091&view=rev
Log:
Modernize the interaction workflow to update cell range on budget line, update on _set.*, but only once per transaction
Modified:
erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml
erp5/trunk/bt5/erp5_budget/bt/revision
Modified: erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml?rev=21091&r1=21090&r2=21091&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml (original)
+++ erp5/trunk/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml Fri May 23 13:38:50 2008
@@ -59,16 +59,13 @@
<key> <string>method_id</string> </key>
<value>
<list>
- <string>setGroup</string>
- <string>_setGroup</string>
- <string>setGroupValue</string>
- <string>_setGroupValue</string>
- <string>setGroupList</string>
- <string>_setGroupList</string>
- <string>setGroupValueList</string>
- <string>_setGroupValueList</string>
+ <string>_set.*</string>
</list>
</value>
+ </item>
+ <item>
+ <key> <string>once_per_transaction</string> </key>
+ <value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type_filter</string> </key>
Modified: erp5/trunk/bt5/erp5_budget/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/revision?rev=21091&r1=21090&r2=21091&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/revision (original)
+++ erp5/trunk/bt5/erp5_budget/bt/revision Fri May 23 13:38:50 2008
@@ -1,1 +1,1 @@
-23
+25
More information about the Erp5-report
mailing list