Postponed (maintainer needs more info)
Project:
Date picker formatter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 14:18 UTC
Updated:
20 Nov 2010 at 13:04 UTC
Comments
Comment #1
nardberjean commentedIt is not clear in which module the problem is so bug submitted also in #958254: Warning and CCK field hidden on node view page for a CCK datetime field formatted with date_picker_formatter)
Comment #2
nardberjean commentedThe problem appears when date_picker_formatter is selected in node edit form.
Comment #3
zeropaperOk, thanks for pointing this out, a simple "is_array()" will probably do the trick..
Comment #4
nardberjean commentedNot sure to understand your suggestion.
I added on line 86
and I got the result
I also got
NULLfor$field['field_name']and for$fieldand for$nodeon the site default main page linking to nodes with the formatted fields and on the node page itself.Comment #5
thepanz commentedPlease refer to 2.x branch for a clean CCK Date formatter. This should handle correctly all field settings/visibility.