Download Size md5 hash
workflow-5.x-2.2.tar.gz 40.91 KB 48f4649d5462fa0cfae082adbe4058e2
workflow-5.x-2.2.zip 51.93 KB 06ff2ef7645778fa4c93a0e75ac52ccb
Official release from tag: 5.x-2.2
Last updated: December 25, 2010 - 00:12
  • 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