[Zope3-dev] Display widget registration missing?

Jan-Wijbrand Kolman jw at infrae.com
Wed Jul 13 05:35:19 EDT 2005


Hello,


I think the following registration is missing from
'zope/app/form/browser/configure.zcml' (Zope-3.1.0b1):

$ diff -u zope/app/form/browser/configure-jw.zcml
zope/app/form/browser/configure.zcml
--- zope/app/form/browser/configure-jw.zcml 2005-07-13 11:29:03.000000000 +0200
+++ zope/app/form/browser/configure.zcml    2005-07-13 11:29:15.000000000 +0200
@@ -371,6 +371,15 @@
        />

    <view
+    type="zope.publisher.interfaces.browser.IBrowserRequest"
+    for="zope.schema.interfaces.ISet
+         zope.schema.interfaces.IVocabularyTokenized"
+    provides="zope.app.form.interfaces.IDisplayWidget"
+    factory=".SetDisplayWidget"
+    permission="zope.Public"
+  />
+
+  <view
        type="zope.publisher.interfaces.browser.IBrowserRequest"
        for="zope.schema.interfaces.IList
             zope.schema.interfaces.IVocabularyTokenized"

Or is there a good reason for not having this registration for a display widget
for set/vocabulary combinations?


kind regards,
jw

--
Jan-Wijbrand Kolman
jw at infrae.com



More information about the Zope3-dev mailing list