Commit ccdb1ff4 authored by Jérome Perrin's avatar Jérome Perrin

ReportSections for Workflow History tab does not need titles

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97b52222
......@@ -77,10 +77,10 @@ for workflow_id, workflow_history in history_dict.items():\n
result.append(\n
ReportSection(\n
path=context.getPhysicalPath(),\n
title=workflow_id,\n
level=1,\n
form_id=\'Base_viewWorkflowHistory\',\n
selection_params={\'workflow_id\': workflow_id, \'workflow_title\' : workflow_title},\n
selection_params={\'workflow_id\': workflow_id,\n
\'workflow_title\' : workflow_title},\n
listbox_display_mode=\'FlatListMode\')\n
)\n
\n
......
324
\ No newline at end of file
325
\ 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