Commit 9b426019 authored by Jérome Perrin's avatar Jérome Perrin

This field should not show the preferred value, but the value directly defined on the preference.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20789 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8757ecee
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>default</string>
<string>required</string> <string>required</string>
</list> </list>
</value> </value>
...@@ -74,6 +75,12 @@ ...@@ -74,6 +75,12 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>default</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>your_simulation_state</string> </value> <value> <string>your_simulation_state</string> </value>
......
691 692
\ No newline at end of file \ 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