hi there!
node_clone together with autotitle does not work correctly: after saving first time the node title is not like it should be. in my case autotitle adds a taxonomy term to the title. it appears after opening the node cloned before and saving it again.
how could i make node_clone to save it right in the first place?
thanx!
Comments
Comment #1
pwolanin commentedI can only guess that module is watching the node form instead of correctly implementing the node 'presave' hook.
you'll eithe rneed to fix that module, or implement a custom fix-up hook.
Comment #2
aubjr_drupal commentedI ran into this as well and it isn't the node clone module. Go to my summary on available hacks/fixes as of this posting for this problem.