Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
node system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2007 at 06:13 UTC
Updated:
4 Jun 2007 at 21:24 UTC
Jump to comment: Most recent file
FormAPI 3 eliminated support for hook_submit() and nodeapi op submit, since all those tasks can be performed by adding a submit handler to the form itself.
Ah, but then we forgot to put in the four lines that properly trigger those submit handlers during node form submission. Whoops!
This patch fixes that oversight.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | node_form_fix_0.patch | 941 bytes | eaton |
| node_form_fix.patch | 789 bytes | eaton |
Comments
Comment #1
chx commentedumm yes.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks.
Comment #3
eaton commentedThis one might have had a bit TOO speedy response. *grin* One line still needs to go in -- the one where the altered data from the assorted handlers is actually passed on to node_save()
Comment #4
Gurpartap Singh commentedComment #5
dries commentedCommitted to CVS HEAD.
Comment #6
eaton commentedThanks, Dries!
Comment #7
(not verified) commented