Patch (to be ported)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
taxonomy data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jun 2012 at 15:32 UTC
Updated:
3 Feb 2013 at 21:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedHere's a patch.
Comment #2
dawehnerWhat about converting this to $this->get_value() at the same time?
Why not simply drop this line, it is one less function call per row.
Comment #3
joachim commented> What about converting this to $this->get_value() at the same time?
Won't that kill kittens? ;)
Comment #4
dawehnerlet's not waste time for that.
Comment #5
damiankloip commentedHere is a version for 8.x. I have removed the
$tid = $this->get_value($values, 'tid')line from inside the conditional too as we are getting it twice?So we might also need to then backport that change to 7.x ;)
Comment #6
dawehnerWe could but i'm not sure whether it's worth for the time. Maybe a good task for a starter.
In general this will look totally different in d8, as this will depend on entities.
Comment #7
cck commentedHi, I see the fix in patch #1 is already in 7.x-3.x. This task can be closed.