Commit 085aa15b authored by Łukasz Nowak's avatar Łukasz Nowak

- there is no need to index this tool


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43284 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 322c0b21
......@@ -67,10 +67,11 @@ class CertificateAuthorityTool(BaseTool):
portal_type = 'Certificate Authority Tool'
security = ClassSecurityInfo()
allowed_types = ()
isIndexable = 0
certificate_authority_path = ''
openssl_binary = ''
manage_options = (({'label': 'Edit',
'action': 'manage_editCertificateAuthorityToolForm',},
)
......
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