Commit aac8be53 authored by Łukasz Nowak's avatar Łukasz Nowak

- defined edit order to acquire title from reference

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