Commit bb90ac9d authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

erp5_core: name of property sheets is id so make it searchable

parent 3e5ca320
......@@ -59,6 +59,15 @@
<key> <string>portal_type</string> </key>
<value> <string>Base Type</string> </value>
</item>
<item>
<key> <string>searchable_text_property_id</string> </key>
<value>
<tuple>
<string>id</string>
<string>description</string>
</tuple>
</value>
</item>
<item>
<key> <string>type_class</string> </key>
<value> <string>PropertySheet</string> </value>
......
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