Christian Klinger schrieb:
Hi,

i try to override a view in Products.Ploneboard.
I have an oldstyle Plone Product with an overrides.zcml

----

 <browser:page
    for="Products.Ploneboard.interfaces.IComment"
    class=".browser.CommentView"
    name="singlecomment_view"
    allowed_interface="Products.Ploneboard.browser.interfaces.ICommentView"
    permission="zope.Public"
    />

----

I think the overrides.zcml from my Products is loaded. But unfortunatly
i always get view from Products.Ploneboard instead of the view
in my Product.

Any Ideas?
I´ve nothing in my buildout.cfg. Should i add something in the [zcml] section.

Hi,

for me this works (in my buildout.cfg):

# If you want to register ZCML slugs for any packages, list them here.
# e.g. zcml = my.package my.other.package
zcml =
    your.egg
    your.egg-overrides

daniel


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to