Commit f0c5f47f authored by Fabien Morin's avatar Fabien Morin

- delegate some property fields to proxyfields

- use preference order for date fields
- change field order

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22855 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f9e544b
......@@ -108,11 +108,11 @@
<string>my_start_date</string>
<string>my_stop_date</string>
<string>my_skill_list</string>
<string>my_acronym</string>
<string>my_sign</string>
<string>my_reference</string>
<string>my_password</string>
<string>password_confirm</string>
<string>my_acronym</string>
<string>my_sign</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,6 @@
<value>
<list>
<string>title</string>
<string>display_width</string>
</list>
</value>
</item>
......@@ -75,10 +74,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
......
......@@ -14,7 +14,6 @@
<value>
<list>
<string>title</string>
<string>display_width</string>
</list>
</value>
</item>
......@@ -75,10 +74,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
......
......@@ -12,9 +12,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>input_order</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -82,10 +80,6 @@
<key> <string>form_id</string> </key>
<value> <string>Organisation_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value> <string>dmy</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -15,7 +15,6 @@
<list>
<string>title</string>
<string>description</string>
<string>input_order</string>
</list>
</value>
</item>
......@@ -57,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>
......@@ -69,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>
......@@ -83,7 +90,7 @@
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<key> <string>description</string> </key>
<value> <string>The date the organisation was stopped.</string> </value>
</item>
<item>
......@@ -94,16 +101,12 @@
<key> <string>form_id</string> </key>
<value> <string>Organisation_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>input_order</string> </key>
<value> <string>dmy</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>
<key> <string>title</string> </key>
<value> <string>Stop Date</string> </value>
</item>
</dictionary>
......
221
\ No newline at end of file
222
\ 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