I find that I often want to redirect to a place other than 'front' when deleting a node -- right now, I'm accomplishing this through a comparatively complex system of form_alters and #submit functions. It would be ideal if I could return a drupal path from node_delete or any nodeapi delete call and have that load on function completion. Obviously, I can't use a drupal_goto in either the delete or nodeapi calls, as that has the potential to override other modules' hook calls. I'm using 5.1, but this seems to be the case up through the 6.x release.
Feel free to suggest a better solution if there's something I'm missing!
Comments
Comment #1
drewish commentedthis won't be changed in 5, or at this point 6, so you either need to make this a support request or change the version to 7 and look at getting it changed then.
Comment #2
ragaskar commentedchanged to support request.
Thanks! Still learning how the system works. ;)
Comment #3
ricabrantes commentedissue resolved, Close...