Closed (won't fix)
Project:
Computed Field
Version:
6.x-1.0-beta5
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2011 at 13:27 UTC
Updated:
28 Oct 2017 at 09:46 UTC
Jump to comment: Most recent
Comments
Comment #1
millenniumtreeThat one missing ampersand got me pretty upset, but that's pretty mild compared to what they did to the display function!
When your _display() function, as described, is placed in a module, assigning a value to $display does ABSOLUTELY NOTHING. You have to RETURN the value. This is not explained.
In fact, the display function can not even access the stored value using $node_field_item['value'] like you did in the UI!!
Here's a _display() function for a field named 'field_comp_c' that just passes the stored value through unformatted.
Comment #2
dqdDue to the Drupal core life cycle policy and security support advisery, Drupal 6 is no longer supported. So issues for Drupal 6 cannot be longer maintained. The project maintainer has asked for closing all D6 issues to clean up the issue queue.
Comment #3
dqd