Commit de2e5715 authored by Nicolas Delaby's avatar Nicolas Delaby

replace my_destination_section_title (RelationStringField) by destination_section (ListField)

Because for Internal Orders, source_section and destination_section are internal Organisations.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40852 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 249f65b1
......@@ -107,7 +107,7 @@
<value>
<list>
<string>my_title</string>
<string>my_destination_section_title</string>
<string>my_destination_section</string>
<string>my_destination_title</string>
<string>my_destination_decision_title</string>
<string>my_order</string>
......
......@@ -14,7 +14,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_destination_section_title</string> </value>
<value> <string>my_destination_section</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -71,7 +71,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_destination_section_title</string> </value>
<value> <string>my_view_mode_destination_section</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
1055
\ No newline at end of file
1056
\ 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