Closed (works as designed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.4
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2009 at 12:43 UTC
Updated:
5 Aug 2009 at 00:13 UTC
hook_field() "validate" op executed on "Save field settings"
And $node is an array (not an object) and contains following:
Array ( [field_torrent_file] => Array ( [0] => Array ( [fid] => 0 [list] => 1 [data] => Array ( [description] => ) [filepath] => [filename] => [filemime] => [filesize] => 0 [filefield_upload] => Upload [filefield_remove] => Remove [upload] => ) ) )
P.S. Maybe this issue is related to FileField module...
Comments
Comment #1
markus_petrux commentedIs this related to the default value field in the field settings form? If so, this is by design.