Commit 362fd97c authored by Titouan Soulard's avatar Titouan Soulard

ERP5Form: do not hide listbox rows with full text search

parent 46f5d03b
Pipeline #35788 failed with stage
in 0 seconds
......@@ -765,6 +765,9 @@ class ListBoxRenderer:
# we could hide rows only if missing in request or selection search criterions
selection_params = self.getSelection().getParams()
if 'full_text' in selection_params:
return 0
# Try to get workflow state parameter, in order to always allow worklist display
# guess all column names from catalog schema
possible_state_list = [column_name for column_name in
......
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