Posted by headkit on February 26, 2009 at 1:22pm
Jump to:
| Project: | Node clone |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | headkit |
| Status: | closed (works as designed) |
Issue Summary
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
#1
I 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.
#2
I 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.