Commit 741a3b8c authored by Romain Courteaud's avatar Romain Courteaud

As the query method is always called, there is currently no gain to use...

As the query method is always called, there is currently no gain to use hide_rows_on_no_search_criterion (except hidding result).

As query currently create some properties on the Renderer, it is required to call it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28304 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e4ce6db9
......@@ -53,8 +53,7 @@
md5_string here/getMD5Checksum;\n
hide_rows_on_no_search_criterion \n
python: here.isHideRowsOnNoSearchCriterion(request);\n
line_list python: test(hide_rows_on_no_search_criterion, \n
[], here.query());\n
line_list here/query;\n
is_domain_tree_mode here/isDomainTreeMode;\n
is_report_tree_mode here/isReportTreeMode;\n
is_domain_tree_supported here/isDomainTreeSupported;\n
......
793
\ No newline at end of file
798
\ 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