Closed (fixed)
Project:
Computed Field
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2006 at 18:04 UTC
Updated:
13 Oct 2010 at 01:06 UTC
Computed value does not get printed in Views. The label of computed field is displayed, but the value isn't.
Comments
Comment #1
wrunt commentedThanks for the bug report. I've fixed this in cvs, so it will be available soon.
Comment #2
wrunt commentedComment #3
finex commentedThe seem to be still present a bug. I've downloaded the cvs version of the module: when you choose "Store using the database settings below" for check the "sortable" option for allowing the views module to use the computed field. The field is not viewed by the views module AND it is not viewed from the node. If i remove the check from the "Store using the database settings below" option, the views module doesn't view the field (it is correct) but the node now is viewed correctly: the computed field is visualized.
Comment #4
finex commentedThe problem is with both the cvs versions of views and computed field... with the 4.7 version of views it seems to work correctly...
Comment #5
wrunt commentedThanks FiNeX, it looks like I introduced a bug that I thought I was fixing. I've updated cvs, changing the function computed_field_field_view_item to computed_field_view_item. I thought I needed the extra field in there, but it seems I don't.
I've tested the new version against an older views, and the latest cvs, using the latest cck (16/8/6).
Comment #6
finex commentedIt seems to be ok now :-)
thanks!
Comment #7
bendev commentedI have the same issue in D6....
cab you checK ?
thanks
Comment #8
summit commentedSubscribing, views problem also.
EDIT: Solved views problem.
greetings, Martijn
Comment #9
Moonshine commentedClosing, output in Views works.