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 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>elementary_type/string</string>
<string>elementary_type/lines</string>
</tuple>
</value>
</item>
......@@ -26,7 +26,7 @@
</item>
<item>
<key> <string>multivalued</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -10,7 +10,7 @@
<key> <string>categories</string> </key>
<value>
<tuple>
<string>elementary_type/string</string>
<string>elementary_type/lines</string>
</tuple>
</value>
</item>
......@@ -26,7 +26,7 @@
</item>
<item>
<key> <string>multivalued</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -104,8 +104,8 @@
<value>
<list>
<string>my_group_list</string>
<string>my_expression</string>
<string>my_permission_list</string>
<string>my_expression</string>
<string>my_role_list</string>
</list>
</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