[Erp5-report] r43284 luke - /erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 11 10:40:07 CET 2011


Author: luke
Date: Fri Feb 11 10:40:07 2011
New Revision: 43284

URL: http://svn.erp5.org?rev=43284&view=rev
Log:
 - there is no need to index this tool

Modified:
    erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py

Modified: erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
URL: http://svn.erp5.org/erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py?rev=43284&r1=43283&r2=43284&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py [utf8] Fri Feb 11 10:40:07 2011
@@ -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',},
                      )



More information about the Erp5-report mailing list