Commit 320df742 authored by Klaus Wölfel's avatar Klaus Wölfel

Workflow management jumps where shown to all users

parent bd690461
......@@ -460,14 +460,6 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False):
for wf_id in self.getChainFor(info.object):
wf = self.getWorkflowById(wf_id)
if wf is not None:
actions.append({
"id": "onlyjio_%s" % wf.id,
"name": wf.title,
"url": "%s/manage_properties" % wf.absolute_url_path(),
"icon": None,
"category": "object_onlyjio_jump_raw",
"priority": 100
})
actions.extend(wf.listObjectActions(info))
portal = self.getPortalObject()
......
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