How to install collective.portlet.workflowsteps
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install collective.portlet.workflowsteps
Lastest release
This package provides a new portlet for Plone 3 called "Workflow steps". It can be configured to show:
- A custom header
- Some lead-in rich text, if desired
- The state of the current object, including that state's full description
- All available transitions, optionally with their full descriptions
State and transition descriptions are rendered as HTML. Furthermore, the following special variables may be used.
${portal_url} -- The url of the portal (or navigation) root ${object_url} -- The url of the current object ${folder_url} -- The url of the current folder
The idea is to make it possible to present a list of "next steps" as part of the workflow, including links to edit forms and the like. Changelog =========
1.0b3 (2009-04-15)
- Don't hide the portlet if there are no transitions, but there is state info.
[optilude]
1.0b2 (2009-03-31)
- Hide the portlet if there's no state info and no transitions.
[optilude]
1.0b1 (2009-03-28)
- Initial release