Commit e422d1a4 authored by Ivan Tyagov's avatar Ivan Tyagov

Pass in REQUEST the new listbox argument 'hide_rows_on_no_search_criterion' as...

Pass in REQUEST the new listbox argument 'hide_rows_on_no_search_criterion' as otherwise listbox validation when updated will fail.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28211 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f187826
......@@ -99,6 +99,7 @@ d = dict(\n
field_page_template = \'\',\n
field_external_validator = \'\',\n
field_untranslatable_columns = \'\',\n
field_hide_rows_on_no_search_criterion = \'\',\n
)\n
\n
d.update(context.REQUEST)\n
......
443
\ No newline at end of file
444
\ 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