Commit 838bb659 authored by Fabien Morin's avatar Fabien Morin

Delete action should not appear in action menu

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30995 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4b0ee73
......@@ -15,11 +15,11 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Delete Component</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?workflow_action=delete_action</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
......
......@@ -15,11 +15,11 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Delete</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/BaseWorkflow_viewWorkflowActionDialog?workflow_action=delete_action</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
......
......@@ -15,11 +15,11 @@
</item>
<item>
<key> <string>actbox_name</string> </key>
<value> <string>Delete</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>actbox_url</string> </key>
<value> <string>%(content_url)s/Base_viewWorkflowActionDialog?workflow_action=delete_action</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>after_script_name</string> </key>
......
175
\ No newline at end of file
176
\ No newline at end of file
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