Submitted by infojunkie on Thu, 2006-10-19 13:56.
The current actions module does not seem to show a per-node actions list. Instead, these actions are API-callable or event-based, which is useful for some applications but not others. Specifically, the knowledge worker wants to manipulate nodes by performing standard actions on them, invoked manually from the UI.
Design:
Add an "actions" tab for the node, in addition to the existing "view" and "edit" tabs. Or, add a new section in the "edit" tab, like "Menu settings", "Authoring information", etc.
Group actions:
Select a number of nodes (using the nodelist module for example), and then act on those nodes collectively using an action (using the action module).