Closed (won't fix)
Project:
Scheduler
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 09:09 UTC
Updated:
25 Jul 2009 at 23:40 UTC
Hi there,
this is the problem:
I have a nodetype associated with required 2 taxonomies (category and level). When I left one node scheduled, it publish it but reseting the level taxonomy (second one) to the default value, empty one.
Just to inform. Kind regards, Simon.
Comments
Comment #1
eric-alexander schaefer commentedThat probably is not schedulers fault. Scheduler loads nodes that are due and sets the status to published, alters the publish date if required and then saves the node (via node_save_action). That's it. Some other module might not do its homework in handling the save_node_action.
I should write a longer explanation for the project page, since I am explaning this over and over...