[Zope-CVS] SVN: psycopgda/trunk/configure.zcml Fix collector #275: the dsn field moved to a different schema.

Philipp von Weitershausen philikon at philikon.de
Wed Sep 8 14:48:46 EDT 2004


Log message for revision 27479:
  Fix collector #275: the dsn field moved to a different schema.
  Thanks to John Stauft for reporting.
  


Changed:
  U   psycopgda/trunk/configure.zcml


-=-
Modified: psycopgda/trunk/configure.zcml
===================================================================
--- psycopgda/trunk/configure.zcml	2004-09-08 17:10:24 UTC (rev 27478)
+++ psycopgda/trunk/configure.zcml	2004-09-08 18:48:45 UTC (rev 27479)
@@ -13,7 +13,7 @@
 
   <browser:addform
       name="AddPsycopgDA"
-      schema="zope.app.rdb.interfaces.IZopeDatabaseAdapter"
+      schema="zope.app.rdb.interfaces.IZopeDatabaseAdapterManagement"
       label="Add Psycopg (PostGreSQL) Database Adapter"
       content_factory=".adapter.PsycopgAdapter"
       arguments="dsn"



More information about the Zope-CVS mailing list