Commit d0824633 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: Add Portal Script portal_type in allowed_types for ERP5 Catalog

parent 1a4f2a69
<allowed_content_type_list>
<portal_type id="Catalog">
<item>Python Script</item>
</portal_type>
<portal_type id="Catalog Tool">
<item>Catalog</item>
</portal_type>
......
......@@ -52,7 +52,7 @@ class ERP5Catalog(Folder, Catalog):
meta_type = "ERP5 Catalog"
portal_type = 'Catalog'
allowed_types = ()
allowed_types = ('Python Script',)
#TODO(low priority): Add an icon to display at ERP5 Zope interface
icon = None
# Activate isRADContent cause we need to generate accessors and default values
......
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