Commit de7ea13b authored by Fabien Morin's avatar Fabien Morin

from r20052 it's required to pass edit_order parameter as...

from r20052 it's required to pass edit_order parameter as membership_criterion_document_list depend on membership_criterion_category_list.

Reviewed by romain.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34211 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a33d9073
......@@ -44,6 +44,15 @@
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list>
<string>membership_criterion_category_list</string>
<string>membership_criterion_document_list</string>
</list>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -163,6 +172,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>
......
1540
\ No newline at end of file
1541
\ 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