Closed (fixed)
Project:
Pageroute
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Oct 2009 at 11:05 UTC
Updated:
5 Nov 2009 at 10:40 UTC
The Node adding form doesn't create a node when you hit the Forward button, unless "Display submit button" is enabled.
Version: pageroute 6.x-1.x-dev 2009-10-01, Drupal 6.13, PHP 5.2.10.
Dave
Comments
Comment #1
sepgil commentedThe simplest way to fix this would be:
But I don't know if all content types uses node_form_submit as the default submit handler(I think at least all core content types uses that handler).
Comment #2
sepgil commentedI solved the problem in a diffrent way:
But I won't close the issue until I have a simpletest for it.
Comment #3
sepgil commentedsorry, forgot to close the issue on saturday. I implementet the test on that day...
Comment #4
davej commented@sgilits: thanks, tested and working here.
Dave