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

eric-alexander schaefer’s picture

Status: Active » Closed (won't fix)

That 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...