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 @@ ...@@ -73,10 +73,11 @@
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
<list> <list>
<string>DMS File</string> <string>Drawing</string>
<string>Graphic</string> <string>File</string>
<string>ImageDocument</string> <string>Image</string>
<string>PdfDocument</string> <string>Memo</string>
<string>PDF</string>
<string>Presentation</string> <string>Presentation</string>
<string>Spreadsheet</string> <string>Spreadsheet</string>
<string>Text</string> <string>Text</string>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
<list> <list>
<string>DMS File</string> <string>File</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
<list> <list>
<string>Graphic</string> <string>Drawing</string>
<string>ImageDocument</string> <string>Image</string>
<string>PdfDocument</string> <string>PDF</string>
<string>Presentation</string> <string>Presentation</string>
<string>Spreadsheet</string> <string>Spreadsheet</string>
<string>Text</string> <string>Text</string>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<item> <item>
<key> <string>guard</string> </key> <key> <string>guard</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <none/>
</value> </value>
</item> </item>
<item> <item>
...@@ -67,27 +67,4 @@ ...@@ -67,27 +67,4 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </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> </ZopeData>
...@@ -70,7 +70,8 @@ ...@@ -70,7 +70,8 @@
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
<list> <list>
<string>Graphic</string> <string>Drawing</string>
<string>Memo</string>
<string>Presentation</string> <string>Presentation</string>
<string>Spreadsheet</string> <string>Spreadsheet</string>
<string>Text</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