| 1 |
ABOUT
|
| 2 |
-----
|
| 3 |
|
| 4 |
This module modifies the workflow form items so specific workflow transitions
|
| 5 |
can have their own labels which the admin can describe relative
|
| 6 |
to the beginning and ending states. Rather than showing the user a
|
| 7 |
workflow box containing options like "review required" as a state in the
|
| 8 |
workflow, it could say "move to the editing department for grammar review".
|
| 9 |
|
| 10 |
|
| 11 |
INSTALL
|
| 12 |
-------
|
| 13 |
|
| 14 |
Nothing special.
|
| 15 |
|
| 16 |
1. Download and install
|
| 17 |
http://drupal.org/project/workflow
|
| 18 |
|
| 19 |
2. Install Workflow Named Transitions
|
| 20 |
|
| 21 |
|
| 22 |
BUGS/FEATURE REQUESTS
|
| 23 |
---------------------
|
| 24 |
|
| 25 |
http://drupal.org/project/issues/workflow_named_transitions
|
| 26 |
|
| 27 |
|
| 28 |
NOTES
|
| 29 |
-----
|
| 30 |
|
| 31 |
Since workflow modifies forms to add its options for workflow
|
| 32 |
state changes to existing forms, and then this module modifies
|
| 33 |
those form additions, this module must execute its form alterations
|
| 34 |
after workflow module. In more technical terms, the hook_form_alter()
|
| 35 |
in this module needs to run after the hook_form_alter() in workflow.
|
| 36 |
The installer automatically weights this module to execute after
|
| 37 |
workflow, but should you need more advanced configuration, install
|
| 38 |
something like Utility:
|
| 39 |
|
| 40 |
http://drupal.org/project/util
|
| 41 |
|
| 42 |
|
| 43 |
AUTHOR
|
| 44 |
------
|
| 45 |
David Kent Norman (http://deekayen.net/)
|
| 46 |
|
| 47 |
Amazon Honor System donation:
|
| 48 |
http://zme.amazon.com/exec/varzea/pay/T2EOCSRRDQ9CL2
|
| 49 |
|
| 50 |
Paypal donation:
|
| 51 |
https://www.paypal.com/us/cgi-bin/webscr?cmd=_xclick&business=paypal@deekayen.net&item_name=Drupal%20contribution¤cy_code=USD&amount=20.00
|
| 52 |
|
| 53 |
$Id: README.txt,v 1.1 2008/09/08 15:31:51 deekayen Exp $
|