Commit 2d4c92cc authored by Bartek Górny's avatar Bartek Górny

2007-02-09

Fixed security for external workflow (in published everybody has View).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12928 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 46fdd472
......@@ -26,6 +26,12 @@
<key> <string>id</string> </key>
<value> <string>public</string> </value>
</item>
<item>
<key> <string>permission_roles</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Public</string> </value>
......@@ -48,4 +54,53 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Persistence</string>
<string>PersistentMapping</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_container</string> </key>
<value>
<dictionary>
<item>
<key> <string>Access contents information</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Add portal content</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>Modify portal content</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>View</string> </key>
<value>
<list>
<string>Anonymous</string>
<string>Authenticated</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
540
\ No newline at end of file
542
\ 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