Commit 9b9a1a03 authored by Ayush Tiwari's avatar Ayush Tiwari

TemplateTool: Correct wrong allowed_content_types which were breaking views

parent ff5593c4
......@@ -108,10 +108,10 @@ class TemplateTool (BaseTool):
title = 'Template Tool'
meta_type = 'ERP5 Template Tool'
portal_type = 'Template Tool'
allowed_types = (
'ERP5 Business Template',
'ERP5 Business Manager',
)
allowed_content_types = [
'Business Manager',
'Business Template',
]
# This stores information on repositories.
repository_dict = {}
......
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