Commit 25f67ffe authored by Romain Courteaud's avatar Romain Courteaud 🐸

Add 'Access contents information' permission as guard on automatic transition,...

Add 'Access contents information' permission as guard on automatic transition, to prevent Unauthorized error when calling 'here.hasData()' expression.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25008 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a1c555d
...@@ -73,6 +73,14 @@ ...@@ -73,6 +73,14 @@
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Access contents information</string>
</tuple>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
941 942
\ 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