Commit a01a7866 authored by wenjie.zheng's avatar wenjie.zheng

workflow_test_data: fix module and document security parameters; fix the...

workflow_test_data: fix module and document security parameters; fix the testing worklist's matched type.
parent a810aa5b
<type_roles> <type_roles>
<role id='Assignor; Assignee; Auditor'>
<property id='description'>Everyone in the main group can work on documents</property>
<multi_property id='category'>group/test_group</multi_property>
</role>
<role id='Assignor'> <role id='Assignor'>
<property id='title'>Developer Group</property> <property id='title'>Developer Group</property>
<multi_property id='category'>group/develop_group</multi_property> <multi_property id='category'>group/develop_group</multi_property>
</role> </role>
<role id='Assignor; Assignee; Auditor'>
<property id='title'>Test Group</property>
<property id='description'>Everyone in the main group can work on documents</property>
<multi_property id='category'>group/test_group</multi_property>
</role>
</type_roles> </type_roles>
\ No newline at end of file
<type_roles> <type_roles>
<role id='Assignor; Assignee; Auditor'>
<property id='description'>Everyone in the main group can see and create documents</property>
<multi_property id='category'>group/test_group</multi_property>
</role>
<role id='Assignor'> <role id='Assignor'>
<property id='title'>Developer Group</property> <property id='title'>Developer Group</property>
<multi_property id='category'>group/develop_group</multi_property> <multi_property id='category'>group/develop_group</multi_property>
</role> </role>
<role id='Assignor; Assignee; Auditor'>
<property id='title'>Test Group</property>
<property id='description'>Everyone in the main group can see and create documents</property>
<multi_property id='category'>group/test_group</multi_property>
</role>
</type_roles> </type_roles>
\ No newline at end of file
...@@ -12,10 +12,20 @@ ...@@ -12,10 +12,20 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>content_icon</string> </key> <key> <string>content_icon</string> </key>
<value> <string>folder_icon.gif</string> </value> <value> <string>folder_icon.gif</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addFolder</string> </value> <value> <string>addFolder</string> </value>
...@@ -32,6 +42,18 @@ ...@@ -32,6 +42,18 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Workflow Test Module</string> </value> <value> <string>Workflow Test Module</string> </value>
</item> </item>
<item>
<key> <string>init_script</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>permission</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value> <value> <string>Base Type</string> </value>
...@@ -40,6 +62,18 @@ ...@@ -40,6 +62,18 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>Folder</string> </value> <value> <string>Folder</string> </value>
</item> </item>
<item>
<key> <string>type_interface</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -81,7 +81,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles: ...@@ -81,7 +81,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles:
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <value>
<tuple> <tuple>
<string>ERP5Workflow Test Document</string> <string>Workflow Test Document</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -81,7 +81,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles: ...@@ -81,7 +81,7 @@ person_module/view?validation_state=draft&local_roles:list=Assignee&local_roles:
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <value>
<tuple> <tuple>
<string>ERP5Workflow Test Document</string> <string>Workflow Test Document</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
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