Closed (fixed)
Project:
Views PHP Array
Version:
6.x-1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 May 2010 at 19:14 UTC
Updated:
3 Nov 2010 at 20:44 UTC
Jump to comment: Most recent
There are some field handlers, which does not use the default query. They fire up a additional query.
See modules/taxonomy/views_handler_field_term_node_tid.inc as a example.
The override the query method to remove the default behavior and add a pre_render function which adds another query and stores the result in the object.
If the render method is called, it gets the result stored in the object.
So why do i tell it here: There might be stuff which is stored, but could be important for us.
This is the case also for multiple cck fields etc. I'm not sure whether this should be part of the project.
Comments
Comment #1
adityakg commentedI believe this should have been fixed? Since I am using render_fields in views_plugin_style which calls views_handler_field class.
Comment #2
adityakg commentedComment #3
dawehnerA good.
The problem is that the data is comma-seperated or space seperated. I'm not sure whether feeds supports such data.
Comment #4
adityakg commentedComment #6
Anonymous (not verified) commentedI'm testing with CCK and the multivalue fields do not seem to work. I have posted it as another issue at #961530: Multivalue fields imported as a single value