Commit 25975cc8 authored by Romain Courteaud's avatar Romain Courteaud 🐸

Do not pass REQUEST as isHideRowsOnNoSearchCriterion's parameter, as it is...

Do not pass REQUEST as isHideRowsOnNoSearchCriterion's parameter, as it is already available on the ListboxRenderer.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28332 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19725a01
......@@ -51,8 +51,7 @@
real_context here/getContext;\n
context_url real_context/absolute_url;\n
md5_string here/getMD5Checksum;\n
hide_rows_on_no_search_criterion \n
python: here.isHideRowsOnNoSearchCriterion(request);\n
hide_rows_on_no_search_criterion here/isHideRowsOnNoSearchCriterion;\n
line_list here/query;\n
is_domain_tree_mode here/isDomainTreeMode;\n
is_report_tree_mode here/isReportTreeMode;\n
......
799
\ No newline at end of file
800
\ 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