Commit a11c271d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

propagate ignore_layout in the list action of the listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27701 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9fb3bc38
......@@ -899,6 +899,8 @@ class ListBoxRenderer:
list_action_part_list.append('&reset=1')
else:
list_action_part_list.append('?reset=1')
if self.request.get('ignore_layout', None):
list_action_part_list.append('&ignore_layout:int=1')
return ''.join(list_action_part_list)
getListActionUrl = lazyMethod(getListActionUrl)
......
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