When a node is deleted, workflow_nodeapi() currently removes any relevant entries from {workflow_node}. Shouldn't it be deleting things from {...scheduled_transition} and {...node_history}, too?

Comments

jvandyk’s picture

Status: Active » Fixed

I committed a change that deletes the scheduled transition info earlier today. I don't think we should delete anything from the history table.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.