workflow 5.x-2.2
jvandyk - April 29, 2008 - 16:46
Official release from CVS tag: DRUPAL-5--2-2
Download: workflow-5.x-2.2.tar.gz
Size: 40.91 KB
md5_file hash: 48f4649d5462fa0cfae082adbe4058e2
First released: April 29, 2008 - 16:46
Last updated: April 29, 2008 - 16:50
Download: workflow-5.x-2.2.tar.gz
Size: 40.91 KB
md5_file hash: 48f4649d5462fa0cfae082adbe4058e2
First released: April 29, 2008 - 16:46
Last updated: April 29, 2008 - 16:50
- updated README
- added a preference to display the workflow form on either the node editing form (which we've always had) or when adding a comment to a node
- refactored nodeapi implementation into workflow_transition() so we can reuse code from either the nodeapi or comment hook
- uninstall now deletes the two actions provided by workflow.module (workflow_select_given_state_action and workflow_select_next_state_action) from actions table if actions is enabled
- only show node type/workflow assignment if a workflow has been defined
- #236908 ignore hook_hook_info() if no workflows are defined
- #250480 enable workflow hook support for any op for workflow actions
- #250244 by v1nce: enable editing of state name by including status field
- Display message when user displays trigger page but no transitions havebeen allowed
- #250391 query should not return transition if no valid target state
