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 @@ ...@@ -15,10 +15,7 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list/>
<string>title</string>
<string>description</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -84,10 +81,6 @@ ...@@ -84,10 +81,6 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The person\'s gender.</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_gender</string> </value> <value> <string>my_gender</string> </value>
...@@ -100,10 +93,6 @@ ...@@ -100,10 +93,6 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Gender</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -15,10 +15,7 @@ ...@@ -15,10 +15,7 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list/>
<string>title</string>
<string>description</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -88,10 +85,6 @@ ...@@ -88,10 +85,6 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The person\'s nationality.</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_nationality</string> </value> <value> <string>my_nationality</string> </value>
...@@ -104,10 +97,6 @@ ...@@ -104,10 +97,6 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Nationality</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
205 206
\ No newline at end of file \ 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