Commit 3cf3352a authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_payzen: checked_permission is not a valid column for catalog queries.

It was always been ignored.
parent 7517f2a5
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'\', \'\')] + [(x.getTitle(), x.getRelativeUrl()) for x in here.portal_catalog(portal_type=\'Integration Site\', sort_on=((\'title\', \'ASC\'),),checked_permission=\'View\')]</string> </value>
<value> <string>python: [(\'\', \'\')] + [(x.getTitle(), x.getRelativeUrl()) for x in here.portal_catalog(portal_type=\'Integration Site\', sort_on=((\'title\', \'ASC\'),))]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -118,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'\', \'\')] + [(x.getTitle(), x.getReference()) for x in here.portal_catalog(portal_type=\'Payzen Service\', sort_on=((\'title\', \'ASC\'),),checked_permission=\'View\')]</string> </value>
<value> <string>python: [(\'\', \'\')] + [(x.getTitle(), x.getReference()) for x in here.portal_catalog(portal_type=\'Payzen Service\', sort_on=((\'title\', \'ASC\'),))]</string> </value>
</item>
</dictionary>
</pickle>
......
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