On 6 Nov 2005, at 06:03, Brent Hendricks wrote:
I believe I have discovered a bug in CMFCore/ActionsTool.py on the trunk. The implementation of getActionObject() which it inherits from ActionProviderBase seems to be expecting self.listActions() to return ActionInformation objects since it calls getCategory() on them. But newly created instances now have Action objects instead which have no such method.
Brent, could you file this in the CMF collector so it doesn't get lost? You can find it here:
http://www.zope.org/Collectors/CMF jens _______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
