Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2008 at 11:51 UTC
Updated:
7 Jul 2008 at 22:13 UTC
In the new way of handling formatters, the $node object is not available to the formatter as it was in the D5 version. We have the value in #node but it is not in a place where the individual formatters can access it. I'll commit a small change to correct this shortly.
Comments
Comment #1
karens commentedThis is committed. Formatters should now be able to find the node value at $element['#node'].
Comment #2
yched commentedDo we need to do the same for formatters called by a View render ?
Comment #3
karens commentedI'm not sure, I have to check that, but I don't have time right now. I'll mark it back to active until this is done (or confirmed that it is not needed).
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.