Commit ae7d3bad authored by Arnaud Fontaine's avatar Arnaud Fontaine

Be less fuzzy on the script ID of a workflow, the suffix is enough after all


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@44789 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e54bf8f5
......@@ -620,7 +620,7 @@ class ContextMainForm(MainForm):
self.submit(name='Folder_filter:method')
def submitSelectWorkflow(self, label=None, value=None,
script_id='BaseWorkflow_viewWorkflowActionDialog'):
script_id='viewWorkflowActionDialog'):
"""
Select and submit a workflow action, given either by its label
(such as I{Create User}) or value (such as I{create_user_action}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment