Commit 2e785635 authored by Fabien Morin's avatar Fabien Morin

some fields of erp5_base were proxifielded on Document_viewFieldLibrary wich...

some fields of erp5_base were proxifielded on Document_viewFieldLibrary wich belongs to erp5_dms. So when erp5_dms is not installed, this can bring to dead proxyfields (thanks to medicentre tests who test this case). Now it's proxifieled on erp5_base itself

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 740bb3b6
......@@ -12,7 +12,10 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>title</string>
<string>description</string>
</list>
</value>
</item>
<item>
......@@ -72,18 +75,26 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>A document can be associated to one or multiple entities in the function classification tree.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_function_list</string> </value>
<value> <string>my_category_list</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Document_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Functions</string> </value>
</item>
</dictionary>
</value>
</item>
......
......@@ -12,7 +12,10 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>title</string>
<string>description</string>
</list>
</value>
</item>
<item>
......@@ -53,6 +56,10 @@
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
......@@ -65,6 +72,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -72,18 +83,26 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>A document can be associated to one or multiple entities in the group classification tree.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_group_list</string> </value>
<value> <string>my_category_list</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Document_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Groups</string> </value>
</item>
</dictionary>
</value>
</item>
......
......@@ -12,7 +12,10 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>title</string>
<string>description</string>
</list>
</value>
</item>
<item>
......@@ -72,18 +75,26 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>A document can be associated to one or multiple entities in the site classification tree.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_site_list</string> </value>
<value> <string>my_category_list</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Document_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Sites</string> </value>
</item>
</dictionary>
</value>
</item>
......
517
\ No newline at end of file
518
\ 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