[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form -
configure.zcml:1.24.6.1
Fred L. Drake, Jr.
fred at zope.com
Thu Jan 15 15:50:49 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/form
In directory cvs.zope.org:/tmp/cvs-serv1563/src/zope/app/browser/form
Modified Files:
Tag: zope3-fdrake-globalized-modules-branch
configure.zcml
Log Message:
Checkpointing the current state of the module globalization work on a branch
so it does not get lost. See http://dev.zope.org/Zope3/ModulesAreGlobal.
=== Zope3/src/zope/app/browser/form/configure.zcml 1.24 => 1.24.6.1 ===
--- Zope3/src/zope/app/browser/form/configure.zcml:1.24 Wed Dec 17 05:20:47 2003
+++ Zope3/src/zope/app/browser/form/configure.zcml Thu Jan 15 15:50:18 2004
@@ -254,6 +254,15 @@
factory=".vocabularywidget.IterableVocabularyQueryMultiView"
/>
+ <view
+ permission="zope.Public"
+ type="zope.publisher.interfaces.browser.IBrowserRequest"
+ allowed_interface="zope.app.interfaces.browser.form.IVocabularyQueryView"
+ for="zope.schema.interfaces.IIterableVocabularyQuery"
+ name="widget-query-set-helper"
+ factory=".vocabularywidget.IterableVocabularyQueryMultiView"
+ />
+
<!-- Vocabulary field display widgets -->
<view
permission="zope.Public"
More information about the Zope3-Checkins
mailing list