Drupal 5.1, Workflow 5.x-1.1, Nodetype 5.x-1.x-dev

Test case:

1 - Create two different types, e.g. two different types of pages. In this example, Normal Pages and Controlled Pages.

2 - Create some content in each content type.

3 - Create two different workflows. Assign the first workflow to Normal Pages and the second workflow to Controlled Pages.

4 - Take one of the nodes that is a Normal Page and change it to a Controlled Page. Note that the workflow states are still those for Normal Pages.

It looks like the workflow module may need to check for the installation of the Nodetype module and default to using the data node_type table if it is installed. Is there another way changing the node type could be handled? This seems fragile for any other modules that depend on node type.

Comments

tuti’s picture

Can you select change content type as an action? Because I've got the same setup and I want to have and action to change a nodes content type but can't find it in the actions list or as an option to add a new action?