diff --git a/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml b/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml index 457d6dbb23eeea771a5155a428fa3bdf9b740e1e..c39139275f7edf3e2f66596d1346e3ea3b83dc04 100644 --- a/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml +++ b/bt5/erp5_budget/WorkflowTemplateItem/portal_workflow/budget_line_interaction_workflow/interactions/setGroup.xml @@ -59,17 +59,14 @@ <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> <value> diff --git a/bt5/erp5_budget/bt/revision b/bt5/erp5_budget/bt/revision index b39356075901abfb43d27aef2ae5b76b6aee19c4..410b14d2ce6f958c13adcb30807e8673074c49d9 100644 --- a/bt5/erp5_budget/bt/revision +++ b/bt5/erp5_budget/bt/revision @@ -1 +1 @@ -23 \ No newline at end of file +25 \ No newline at end of file