Commit 1b6f65ec authored by Jérome Perrin's avatar Jérome Perrin

listbox_quantity and listbox_quantity_unit are always enabled.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20367 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e8969c52
......@@ -18,7 +18,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>enabled</string>
</list>
</value>
</item>
<item>
......@@ -82,6 +84,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>extra_context</string> </key>
<value>
......
......@@ -20,6 +20,7 @@
<value>
<list>
<string>items</string>
<string>enabled</string>
</list>
</value>
</item>
......@@ -74,7 +75,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -90,6 +91,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>extra_context</string> </key>
<value>
......
......@@ -62,7 +62,7 @@
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -89,7 +89,7 @@
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
......
......@@ -63,7 +63,7 @@
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -81,7 +81,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
......@@ -98,7 +98,7 @@
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
......
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>enabled</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +74,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity</string> </value>
......
......@@ -14,6 +14,7 @@
<value>
<list>
<string>items</string>
<string>enabled</string>
</list>
</value>
</item>
......@@ -64,7 +65,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
......@@ -80,6 +81,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity_unit</string> </value>
......
223
\ No newline at end of file
224
\ No newline at end of file
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