Commit 58ddf5de authored by Yoshinori Okuji's avatar Yoshinori Okuji

Allow Zuite to be added.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8219 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03337e7d
......@@ -47,7 +47,7 @@ class TestTool (BaseTool):
id = 'portal_tests'
meta_type = 'ERP5 Test Tool'
portal_type = 'Test Tool'
allowed_types = ( 'ERP5 Portal Test',)
allowed_types = ('Zuite', )
# Declarative Security
security = ClassSecurityInfo()
......
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