[Zope3-checkins] CVS: Zope3/src/zope/app/sqlscript -
configure.zcml:1.8
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Apr 26 23:03:21 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/sqlscript
In directory cvs.zope.org:/tmp/cvs-serv10182/src/zope/app/sqlscript
Modified Files:
configure.zcml
Log Message:
Oops, forgot to specify that we only want the name.
=== Zope3/src/zope/app/sqlscript/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/sqlscript/configure.zcml:1.7 Mon Apr 26 19:58:37 2004
+++ Zope3/src/zope/app/sqlscript/configure.zcml Mon Apr 26 23:03:17 2004
@@ -19,7 +19,8 @@
<vocabulary
name="Connection Names"
factory="zope.app.utility.vocabulary.UtilityVocabulary"
- interface="zope.app.rdb.interfaces.IZopeDatabaseAdapter" />
+ interface="zope.app.rdb.interfaces.IZopeDatabaseAdapter"
+ nameOnly="True" />
<permission
id="zope.AddSQLScripts"
More information about the Zope3-Checkins
mailing list