Closed (fixed)
Project:
Domain
Version:
5.x-1.0beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2007 at 19:02 UTC
Updated:
12 Nov 2007 at 22:42 UTC
For some reason, the implementation of domain_form_alter causes an extra body field to be displayed on CCK field management forms. It also prevents CCK from processing the form correctly.
The following fix corrects the issue, but I'd still like to understand the root cause.
function domain_form_alter($form_id, &$form) {
if ($form['#id'] == 'node-form' && !$form['#node']->cck_dummy_node_form) {
CCK sets teh 'cck_dummy_node_form' property for just this reason.
| Comment | File | Size | Author |
|---|---|---|---|
| cck_domain.png | 27.65 KB | agentrickard |
Comments
Comment #1
agentrickardCommitted.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.