Closed (fixed)
Project:
Workflow
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2008 at 16:40 UTC
Updated:
14 Jan 2009 at 21:50 UTC
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
Comment #1
jvandyk commentedI committed a change that deletes the scheduled transition info earlier today. I don't think we should delete anything from the history table.