Closed (won't fix)
Project:
Node factory
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Apr 2008 at 14:46 UTC
Updated:
20 Jan 2009 at 12:29 UTC
default values of the cck_fields are not populated by generating a new node.
should we loop all fields and fill in the default value?
$value = ((!empty($field['widget']['default_value'][0]['value'])) ? $field['widget']['default_value'][0]['value'] : '');
Comments
Comment #1
clemens.tolboomHope to do this one soon.
Comment #2
clemens.tolboomI need some suggestions for this one. I think this is the best place to do this
but the question is how?
How do I get a list of fields?
Comment #3
clemens.tolboom- no feedback