Commit 8256c050 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* Base_viewDocumentList should not depends on Person_viewFieldLibrary that belongs to erp5_base.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25789 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0597b47
......@@ -13,6 +13,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>description</string>
<string>editable</string>
</list>
</value>
......@@ -76,7 +78,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The usual name of the person.</string> </value>
<value> <string>The usual name of the person or the organisation.</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
......@@ -88,7 +90,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Person_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
1097
\ No newline at end of file
1098
\ 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