Closed (works as designed)
Project:
Content Construction Kit (CCK)
Version:
6.x-1.x-dev
Component:
content.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 17:59 UTC
Updated:
15 Apr 2008 at 02:11 UTC
Comments
Comment #1
yched commentedTrue, I've been having this as a TODO for at least 2 months...
Committed !
Comment #2
yched commentedActually I reverted this, this broke the addition of formatters by external modules (e.g imagecache implementing formatters for imagefields - see http://drupal.org/node/157176#comment-807421). $info['field types'][$db_name]['formatters'] entries were overwritten by $info['field types'][$db_name]['formatters'] = array(); at the beginning of the next iteration.
Comment #3
yched commentedI just refactored that area a little bit, and added comments to help us resist the temptation later on.