Commit 98d05420 authored by Yusei Tahara's avatar Yusei Tahara

2007-11-29 yusei

* Membership criteria list in Predicate_view is sorted. Please use revision 17909 or newer version of CMFCategory.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17910 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96f402af
...@@ -109,7 +109,6 @@ ...@@ -109,7 +109,6 @@
<string>my_string_index</string> <string>my_string_index</string>
<string>my_int_index</string> <string>my_int_index</string>
<string>my_test_method_id</string> <string>my_test_method_id</string>
<string>my_membership_criterion_category_list2</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="MultiListField" module="Products.Formulator.StandardFields"/>
<string>Products.Formulator.StandardFields</string> <tuple/>
<string>MultiListField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -264,18 +261,15 @@ ...@@ -264,18 +261,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/portal_categories/getBaseCategoryList</string> </value> <value> <string>python:here.portal_categories.getBaseCategoryList(sort=True)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="MultiListField" module="Products.Formulator.StandardFields"/>
<string>Products.Formulator.StandardFields</string> <tuple/>
<string>MultiListField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -260,18 +257,15 @@ ...@@ -260,18 +257,15 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="TALESMethod" module="Products.Formulator.TALESField"/>
<string>Products.Formulator.TALESField</string> <tuple/>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>here/portal_categories/getBaseCategoryList</string> </value> <value> <string>python:here.portal_categories.getBaseCategoryList(sort=True)</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
2007-11-29 yusei
* Membership criteria list in Predicate_view is sorted. Please use revision 17909 or newer version of CMFCategory.
2007-11-29 yusei 2007-11-29 yusei
* Fixed Predicate_edit to use ignore_layout and editable_mode parameters in redirect url. * Fixed Predicate_edit to use ignore_layout and editable_mode parameters in redirect url.
......
605 606
\ 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