[Zope-CMF] actions tool and categories

Shane Hathaway shane@zope.com
Thu, 05 Jun 2003 13:41:35 -0400


J Cameron Cooper wrote:
> I'm confused by the Actions tool. While you can put actions into it with 
> great variety, there's really only one way to get actions out, that 
> being the listFilteredActions methods, which filter based on a 
> hard-coded set of categories. Which makes the categories less useful 
> than they could be.

The actions tool doesn't filter based on categories.  It filters based 
on permissions.  It lets any category through, although there is a 
slight optimization for particular categories that are expected to 
always be present.

Shane