Commit 416b0830 authored by Ivan Tyagov's avatar Ivan Tyagov

Add system preference for enabling hiding listbox rows if no search criterion is present.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29641 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1fa3544c
......@@ -108,5 +108,12 @@ class Preference:
'title', 'reference', 'language',],
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_hide_rows_on_no_search_criterion',
'description' : 'If enabled will not show any records if search criteria for a listbox is missing',
'type' : 'boolean',
'default' : False,
'preference' : 1,
'write_permission': 'Manage properties',
'mode' : 'w'},
)
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