Commit d8f890e3 authored by Jérome Perrin's avatar Jérome Perrin

selecting path is required when using zsql brain

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ae9ae5c
......@@ -174,6 +174,7 @@ simulation_state:list</string> </value>
<dtml-let query="portal_catalog.buildSQLQuery(query=portal_catalog.getSecurityQuery())">\n
SELECT DISTINCT\n
catalog.relative_url,\n
catalog.path,\n
catalog.title,\n
catalog.portal_type,\n
catalog.validation_state\n
......@@ -249,6 +250,7 @@ ORDER BY\n
<dtml-let query="portal_catalog.buildSQLQuery(query=portal_catalog.getSecurityQuery())">\n
SELECT DISTINCT\n
catalog.relative_url,\n
catalog.path,\n
catalog.title,\n
catalog.portal_type,\n
catalog.validation_state\n
......
1039
\ No newline at end of file
1041
\ 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