Commit 581dda92 authored by iv's avatar iv

ERP5Workflow: rename is_selected property to selected

parent bd702a44
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
<list> <list>
<string>permission_role_matrixbox_is_selected</string> <string>permission_role_matrixbox_selected</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>is_selected</string> <string>selected</string>
<string>checkerbox</string> <string>checkerbox</string>
</tuple> </tuple>
</list> </list>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>permission_role_matrixbox_is_selected</string> </value> <value> <string>permission_role_matrixbox_selected</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -110,6 +110,10 @@ ...@@ -110,6 +110,10 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>required</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -175,7 +179,7 @@ ...@@ -175,7 +179,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: cell.getProperty(\'is_selected\')</string> </value> <value> <string>python: cell.getProperty(\'selected\')</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>selected</string> </value>
</item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <value>
...@@ -22,7 +26,7 @@ ...@@ -22,7 +26,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>is_selected_property</string> </value> <value> <string>selected_property</string> </value>
</item> </item>
<item> <item>
<key> <string>multivalued</string> </key> <key> <string>multivalued</string> </key>
......
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