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

Use proxy listbox IDs for third party relation fields

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25021 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e1cf2d2
......@@ -16,6 +16,7 @@
<string>title</string>
<string>portal_type</string>
<string>parameter_list</string>
<string>proxy_listbox_ids</string>
</list>
</value>
</item>
......@@ -76,10 +77,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The title of the third party</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_relation_field</string> </value>
......@@ -114,6 +111,21 @@
</list>
</value>
</item>
<item>
<key> <string>proxy_listbox_ids</string> </key>
<value>
<list>
<tuple>
<string>OrganisationModule_viewOrganisationList/listbox</string>
<string>Organisations</string>
</tuple>
<tuple>
<string>PersonModule_viewPersonList/listbox</string>
<string>Persons</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -16,6 +16,7 @@
<string>title</string>
<string>portal_type</string>
<string>parameter_list</string>
<string>proxy_listbox_ids</string>
</list>
</value>
</item>
......@@ -76,10 +77,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>Vendor of the transaction</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_relation_field</string> </value>
......@@ -114,6 +111,21 @@
</list>
</value>
</item>
<item>
<key> <string>proxy_listbox_ids</string> </key>
<value>
<list>
<tuple>
<string>OrganisationModule_viewOrganisationList/listbox</string>
<string>Organisations</string>
</tuple>
<tuple>
<string>PersonModule_viewPersonList/listbox</string>
<string>Persons</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
840
\ No newline at end of file
841
\ 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