[Checkins] SVN: ldappas/trunk/src/ldappas/configure.zcml Refine conditional usage of zcml views

Kevin Teague kevin at bud.ca
Thu Feb 10 16:27:31 EST 2011


Log message for revision 120267:
  Refine conditional usage of zcml views

Changed:
  U   ldappas/trunk/src/ldappas/configure.zcml

-=-
Modified: ldappas/trunk/src/ldappas/configure.zcml
===================================================================
--- ldappas/trunk/src/ldappas/configure.zcml	2011-02-10 21:26:49 UTC (rev 120266)
+++ ldappas/trunk/src/ldappas/configure.zcml	2011-02-10 21:27:30 UTC (rev 120267)
@@ -20,7 +20,7 @@
   <configure
       xmlns:browser="http://namespaces.zope.org/browser"
       xmlns:zcml="http://namespaces.zope.org/zcml"
-      zcml:condition="installed zope.app.form">
+      zcml:condition="have addform">
 
     <browser:addform
       schema="ldappas.interfaces.ILDAPAuthentication"



More information about the checkins mailing list