Commit e1765b3f authored by Yusei Tahara's avatar Yusei Tahara

2010-06-09 yusei

* Fix a typo in CategoryTool_getPreferredPredicateCategoryParentUidItemList.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36115 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 435d41d8
......@@ -71,7 +71,7 @@ category_parent_uid_item_dict = dict([(item[1], item) for item in category_paren
for base_category_id in preferred_predicate_category_list:\n
base_category = getattr(context, base_category_id, None)\n
if base_category is None:\n
pass\n
continue\n
base_category_uid = base_category.getUid()\n
\n
if not base_category_uid in category_parent_uid_item_dict and base_category_id in enabled_base_category_list:\n
......
2010-06-09 yusei
* Fix a typo in CategoryTool_getPreferredPredicateCategoryParentUidItemList.
2010-06-09 yusei
* Add predicate category field to system preference. This preference is used for optimized predicate category search("non-left join version").
......
1607
\ No newline at end of file
1608
\ 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