I am trying to accomplish a workflow for content that follows the states:
1. Creation
2. Publish
3. Review
The idea is that users can create content that goes for approval (Creation state). The editor can them approve the content and publish it (Publish state). Finally, I would like users to be able to edit their content but force the state to Review (Review state) so that editors can approve modifications.
I am using actions to achieve the desired effect and it all works great except for one scenario:
When the content is in Published state and the user edits their content it defaults to the Publish state. I want to force Publish -> Review for authors.
Any help is appreciated. Thanks in advance.
Comments
Comment #1
Bastlynn commentedHi,
With the release of Drupal 7, Drupal 4 is no longer receiving security updates, reviews, or development from many contributed modules. Since 4 is now considered a depreciated version, you really should seriously look into upgrading to Drupal 6 or 7. The newer versions of Drupal work better, have more support, and will be safer (literally! security patches!) for your website. We are currently working on a new release for Workflow to Drupal 7. In light of that, further support for Drupal 5 issues is infeasible at the moment. Please consider upgrading to Drupal 6 or 7 in the near future - you'll be glad you did.
- Bastlynn