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

core: set edit_order on some forms with id and title

because title is acquire from id, we want to edit title first for the
case where we change ID, otherwise saving would save the old ID as
title.
parent f282c6a6
Pipeline #12012 failed with stage
in 0 seconds
......@@ -37,6 +37,23 @@
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>action_title</string> </key>
<value> <string></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>id</string>
</list>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -138,6 +155,10 @@
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>update_action_title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -23,7 +23,10 @@
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
<list>
<string>title</string>
<string>id</string>
</list>
</value>
</item>
<item>
......
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