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

Fields in Person_view must delegate values to Person_viewFieldLibrary as much as possible

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16491 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent abeff336
......@@ -15,10 +15,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>description</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -84,10 +81,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The person\'s gender.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_gender</string> </value>
......@@ -100,10 +93,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Gender</string> </value>
</item>
</dictionary>
</value>
</item>
......
......@@ -15,10 +15,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>description</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -88,10 +85,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The person\'s nationality.</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_nationality</string> </value>
......@@ -104,10 +97,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Nationality</string> </value>
</item>
</dictionary>
</value>
</item>
......
205
\ No newline at end of file
206
\ 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