Commit 287d10e1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove language from the default value because language is a base category.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26603 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7cacfff4
......@@ -98,8 +98,7 @@ class Preference:
{ 'id' : 'preferred_criterion_property',
'description' : 'List of criterion properties used for predicate',
'type' : 'tokens',
'default' : ['quantity', 'price', 'portal_type',
'title', 'reference', 'language',],
'default' : ['quantity', 'price', 'portal_type', 'title', 'reference',],
'preference' : 1,
'mode' : 'w'},
)
......
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