diff --git a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml index 2a506789b13c9816c056d3e61b946bf606777611..3a5b78dd43043d020941689aae62a61c2261e74b 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml +++ b/product/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/BaseType/searchable_text_property_id_property.xml @@ -59,7 +59,7 @@ </item> <item> <key> <string>property_default</string> </key> - <value> <string>python: [\'title\', \'description\', \'id\', \'reference\', \'short_title\']</string> </value> + <value> <string>python: [\'title\', \'description\', \'reference\', \'short_title\']</string> </value> </item> </dictionary> </pickle> diff --git a/product/ERP5/bootstrap/erp5_property_sheets/bt/change_log b/product/ERP5/bootstrap/erp5_property_sheets/bt/change_log index 38a951be5f3da45f06848b57c37c9a75b19be58b..2a79a4e94ab4e1c98132d06b271724314a1036ea 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/bt/change_log +++ b/product/ERP5/bootstrap/erp5_property_sheets/bt/change_log @@ -1,2 +1,5 @@ +2011-04-24 Kazuhiko +* remove 'id' from BaseType/searchable_text_property_id_property's default. + 2011-02-24 Kazuhiko * make the default of 'language' property an empty string instead of None, so that we can make a query like language in ('en', ''). \ No newline at end of file diff --git a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision index 2edeafb09db0093bae6ff060e2dcd2166f5c9387..b5045cc4046dbc1d7cafa4c603fd3cdf35dc5dde 100644 --- a/product/ERP5/bootstrap/erp5_property_sheets/bt/revision +++ b/product/ERP5/bootstrap/erp5_property_sheets/bt/revision @@ -1 +1 @@ -20 \ No newline at end of file +21 \ No newline at end of file