Commit 830fea61 authored by Jérome Perrin's avatar Jérome Perrin

set edit_order so that title is correctly acquired from reference


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22277 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71126ea2
......@@ -52,6 +52,19 @@
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list>
<string>title</string>
<string>reference</string>
</list>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......
......@@ -59,7 +59,10 @@
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
<list>
<string>title</string>
<string>reference</string>
</list>
</value>
</item>
<item>
......
......@@ -52,6 +52,19 @@
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list>
<string>title</string>
<string>reference</string>
</list>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......
209
\ No newline at end of file
210
\ 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