Commit efd16a1e authored by Romain Courteaud's avatar Romain Courteaud

Use ignore_hide_rows parameter to always display content when using module search function.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28338 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b6f910d
......@@ -75,7 +75,7 @@ usage_map = dict(min=\'>=\',\n
ngt=\'<=\',\n
nlt=\'>\',)\n
\n
new_mapping = dict()\n
new_mapping = dict(ignore_hide_rows=1)\n
for key in sorted(request.form.keys()):\n
# we use sorted to make sure x_search_key appears before x\n
value = request.form[key]\n
......
1275
\ No newline at end of file
1276
\ 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