Commit 51d4d256 authored by Romain Courteaud's avatar Romain Courteaud

Remove condition caching, because it decreases the performance.

Remove useless condition on actions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17594 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 37385ec4
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
<tuple> <tuple>
<string>View</string> <string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -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_checkCachedPermission(\'query_module\', \'View\')</string> </value> <value> <string>python: portal.Base_checkPermission(\'query_module\', \'View\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<key> <string>permissions</string> </key> <key> <string>permissions</string> </key>
<value> <value>
<tuple> <tuple>
<string>View</string> <string></string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -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_checkCachedPermission(\'query_module\', \'Add portal content\')</string> </value> <value> <string>python: portal.Base_checkPermission(\'query_module\', \'Add portal content\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
219 220
\ 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