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

Cleanup "items" in that relation field instance. It was not allowing to choose...

Cleanup "items" in that relation field instance. It was not allowing to choose between multiple ambigous results

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30037 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 31e3f0e1
......@@ -13,13 +13,11 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>description</string>
<string>allow_jump</string>
<string>allow_creation</string>
<string>base_category</string>
<string>description</string>
<string>portal_type</string>
<string>allow_creation</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......@@ -69,12 +67,6 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
......@@ -90,10 +82,6 @@
<key> <string>allow_creation</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allow_jump</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>base_category</string> </key>
<value> <string>price_currency</string> </value>
......@@ -114,12 +102,6 @@
<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>jump_allowed</string> </key>
<value> <int>0</int> </value>
......
646
\ No newline at end of file
647
\ 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