Commit 891ebf2f 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 20dceadb
......@@ -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