Commit 0915045f authored by Bartek Górny's avatar Bartek Górny

adjusted for changed type naming; added Memo to interaction workflows

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11667 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb88a002
......@@ -73,10 +73,11 @@
<key> <string>portal_type_filter</string> </key>
<value>
<list>
<string>DMS File</string>
<string>Graphic</string>
<string>ImageDocument</string>
<string>PdfDocument</string>
<string>Drawing</string>
<string>File</string>
<string>Image</string>
<string>Memo</string>
<string>PDF</string>
<string>Presentation</string>
<string>Spreadsheet</string>
<string>Text</string>
......
......@@ -68,7 +68,7 @@
<key> <string>portal_type_filter</string> </key>
<value>
<list>
<string>DMS File</string>
<string>File</string>
</list>
</value>
</item>
......
......@@ -68,9 +68,9 @@
<key> <string>portal_type_filter</string> </key>
<value>
<list>
<string>Graphic</string>
<string>ImageDocument</string>
<string>PdfDocument</string>
<string>Drawing</string>
<string>Image</string>
<string>PDF</string>
<string>Presentation</string>
<string>Spreadsheet</string>
<string>Text</string>
......
......@@ -41,7 +41,7 @@
<item>
<key> <string>guard</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
<none/>
</value>
</item>
<item>
......@@ -67,27 +67,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.Guard</string>
<string>Guard</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Modify portal content</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -70,7 +70,8 @@
<key> <string>portal_type_filter</string> </key>
<value>
<list>
<string>Graphic</string>
<string>Drawing</string>
<string>Memo</string>
<string>Presentation</string>
<string>Spreadsheet</string>
<string>Text</string>
......
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