Discussion:
[CalendarX-users] [PATCH] allow portlet customization in CalendarX for Plone 3.0 and 3.1
Jim Nelson
2008-04-25 19:51:34 UTC
Permalink
Inheriting from BaseFolder didn't allow CalendarX to fully behave as a folderish
content type. This meant that the new portlets infrastructure in Plone 3.0
would not work.

This patch makes CalendarX inherit from ATFolder, which implements the proper
interfaces to make the portlet mechanisms work properly.

Loading...