Commit 0a24ed4d authored by Romain Courteaud's avatar Romain Courteaud

Cache query related action's conditions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17589 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 23ddca3d
...@@ -106,7 +106,7 @@ string:${object_url}/Base_jumpToRelatedObject?portal_type=Query&base_category=ag ...@@ -106,7 +106,7 @@ string:${object_url}/Base_jumpToRelatedObject?portal_type=Query&base_category=ag
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: portal.Base_checkPermission(\'query_module\', \'View\')</string> </value> <value> <string>python: portal.Base_checkCachedPermission(\'query_module\', \'View\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>python: portal.Base_checkPermission(\'query_module\', \'Add portal content\')</string> </value> <value> <string>python: portal.Base_checkCachedPermission(\'query_module\', \'Add portal content\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
218 219
\ No newline at end of file \ 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