Commit 1f4ee1d0 authored by Yusuke Muraoka's avatar Yusuke Muraoka

add a value, which temporary_selection is False, to the ReportSection definition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28854 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba59ce8c
......@@ -73,7 +73,8 @@ result.append(\n
form_id=\'%s_view\' % class_name,\n
param_list=[class_name,\n
uri],\n
#listbox_display_mode=\'FlatListMode\'\n
#listbox_display_mode=\'FlatListMode\',\n
temporary_selection=False,\n
)\n
)\n
return result\n
......@@ -122,6 +123,7 @@ return result\n
<string>None</string>
<string>uri</string>
<string>class_name</string>
<string>False</string>
</tuple>
</value>
</item>
......
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