Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Aug 2009 at 00:17 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
avpadernoIt seems that the code is using the wrong forms ID; that is the reason of the problem.
Comment #2
avpadernoThe other problem is caused by the fact the save form build is used to build three different forms, and one of them is the delete confirmation form.
I changed the implementation of
hook_form_FORM_ID_alter()to verify which form is being built.Thanks for your report.
Comment #3
avpaderno