Commit 9805e260 authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_xhtml_style: Dont jump to workflow manage main

   Workflows now are viable from ERP5 UI, so redirect to /view instead
parent 0ed7ff48
Pipeline #33585 failed with stage
in 0 seconds
......@@ -22,7 +22,7 @@
<tal:block tal:condition="portal/portal_workflow/Base_getSourceVisibility">
<option value="1" disabled="disabled" i18n:translate="" i18n:domain="ui">-- Workflows --</option>
<tal:block tal:repeat="workflow python: portal.portal_workflow.getWorkflowValueListFor(here)">
<option tal:attributes="value string:${workflow/absolute_url}/manage_main" tal:content="workflow/title" />
<option tal:attributes="value string:${workflow/absolute_url}/view" tal:content="workflow/title" />
</tal:block>
</tal:block>
</tal:block>
......
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