Commit 98274cd7 authored by Jérome Perrin's avatar Jérome Perrin

Proxy listbox ID must be in the ${form_id}/${field_id}

${form_id} was partially working by accident before 30076.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30077 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1a6508e4
......@@ -13,12 +13,12 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>base_category</string>
<string>portal_type</string>
<string>catalog_index</string>
<string>proxy_listbox_ids</string>
<string>enabled</string>
<string>portal_type</string>
<string>proxy_listbox_ids</string>
<string>title</string>
</list>
</value>
</item>
......@@ -143,7 +143,7 @@
<value>
<list>
<tuple>
<string>DocumentModule_viewDocumentList</string>
<string>DocumentModule_viewDocumentList/listbox</string>
<string>Documents</string>
</tuple>
</list>
......
442
\ No newline at end of file
444
\ 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