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

erp5_workflow: change the group property and permission property type to...

erp5_workflow: change the group property and permission property type to lines; accordingly change these 2 properties' view in Worklist view.
parent 927dc2ab
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>elementary_type/string</string> <string>elementary_type/lines</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>multivalued</string> </key> <key> <string>multivalued</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<key> <string>categories</string> </key> <key> <string>categories</string> </key>
<value> <value>
<tuple> <tuple>
<string>elementary_type/string</string> <string>elementary_type/lines</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>multivalued</string> </key> <key> <string>multivalued</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
<value> <value>
<list> <list>
<string>my_group_list</string> <string>my_group_list</string>
<string>my_expression</string>
<string>my_permission_list</string> <string>my_permission_list</string>
<string>my_expression</string>
<string>my_role_list</string> <string>my_role_list</string>
</list> </list>
</value> </value>
......
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