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

fix broken proxy field career_role is now career_role_list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25796 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 67a61758
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<string>my_last_name</string> <string>my_last_name</string>
<string>my_career_subordination_title</string> <string>my_career_subordination_title</string>
<string>my_gender</string> <string>my_gender</string>
<string>my_career_role</string> <string>my_career_role_list</string>
<string>my_career_function</string> <string>my_career_function</string>
<string>my_career_activity</string> <string>my_career_activity</string>
<string>my_career_product_line_list</string> <string>my_career_product_line_list</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_career_role</string> </value> <value> <string>my_career_role_list</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_role</string> </value> <value> <string>my_role_list</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
......
535 536
\ 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