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

Set subordination on the default_career rather than on the Person itself.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5086 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 956f9985
......@@ -95,7 +95,7 @@
<string>my_id</string>
<string>my_first_name</string>
<string>my_last_name</string>
<string>my_subordination_title</string>
<string>my_career_subordination_title</string>
<string>my_gender</string>
<string>my_nationality</string>
<string>my_translated_validation_state_title</string>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_subordination_title</string> </value>
<value> <string>my_career_subordination_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -360,7 +360,7 @@
</item>
<item>
<key> <string>relation_setter_id</string> </key>
<value> <string></string> </value>
<value> <string>setCareerSubordinationUid</string> </value>
</item>
<item>
<key> <string>required</string> </key>
......
......@@ -95,7 +95,7 @@
<string>my_id</string>
<string>my_title</string>
<string>my_career_title</string>
<string>my_subordination_title</string>
<string>my_career_subordination_title</string>
<string>my_career_role</string>
<string>my_career_grade</string>
<string>my_career_function</string>
......
......@@ -14,7 +14,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_subordination_title</string> </value>
<value> <string>my_career_subordination_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -360,7 +360,7 @@
</item>
<item>
<key> <string>relation_setter_id</string> </key>
<value> <string></string> </value>
<value> <string>setCareerSubordinationUid</string> </value>
</item>
<item>
<key> <string>required</string> </key>
......
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