collective / collective.plonetruegallery

Very customizable and sophisticated gallery for Plone
https://pypi.python.org/pypi/collective.plonetruegallery
9 stars 20 forks source link

version 2.4b1 misses <include package="Products.CMFCore" /> in configure.zcml #4

Closed yurj closed 12 years ago

yurj commented 12 years ago

version 2.4b1 misses in configure.zcml.

there's this in configure.zcml:

 <browser:page
     name="plonetruegallery_controlpanel"
     for="Products.CMFPlone.interfaces.IPloneSiteRoot"
     class=".configlet.PloneTruegalleryControlPanelView"
     permission="cmf.ManagePortal"
     />

but plone > 4.1.X need the include.

vangheem commented 12 years ago

Mikko seems to have fixed it and I just made a new release.

yurj commented 12 years ago

great guys :)