Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
4.7.x-1.x-dev
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2007 at 01:22 UTC
Updated:
26 Feb 2007 at 13:03 UTC
Comments
Comment #1
liquidcms commentedooops.. typos
should have read:
Comment #2
yched commentedThey don't.
It's just that during the process of building the fields overview form (id = 'content_admin_field_overview_form'), a "fake" node edit form (id = 'type1_m_node_form') is generated internally, and then parsed to populate the overview with the relevant lines.
Could you be more specific on the nuisance, if any ?
Comment #3
liquidcms commentedi have a type called content_product
i do form_alter when adding a node of this type but the code is trying to run on the manage fields page as well since it seems they both have same form_id.. work around is easy; just thought it was odd they would have same id..
i do this in my module:
Comment #4
yched commentedRe-read my post.
Marking this a dupe of http://drupal.org/node/121385