Commit e1b1d747 authored by Jérome Perrin's avatar Jérome Perrin

make simulation state not required

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26048 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67e662a2
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>required</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -80,6 +82,10 @@ ...@@ -80,6 +82,10 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>AccountModule_viewDialogFieldLibrary</string> </value> <value> <string>AccountModule_viewDialogFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
221 222
\ 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