Commit cc0735f0 authored by Nicolas Delaby's avatar Nicolas Delaby

transform radio field into listfield

parent e60987f1
......@@ -10,10 +10,9 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>first_item</string>
<string>items</string>
<string>required</string>
<string>title</string>
<string>items</string>
</list>
</value>
</item>
......@@ -59,10 +58,6 @@
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
......@@ -77,10 +72,6 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -90,22 +81,12 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_radio_field</string> </value>
</item>
<item>
<key> <string>first_item</string> </key>
<value> <int>1</int> </value>
<value> <string>my_list_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
......@@ -132,7 +113,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.WebSection_getEventResourceItemList()[0] == (\'\', \'\') and here.WebSection_getEventResourceItemList()[1:] or here.WebSection_getEventResourceItemList()</string> </value>
<value> <string>here/WebSection_getEventResourceItemList</string> </value>
</item>
</dictionary>
</pickle>
......
1050
\ No newline at end of file
1051
\ 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