Closed (fixed)
Project:
User Terms
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2010 at 15:13 UTC
Updated:
2 Feb 2010 at 15:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
joachim commentedI've changed the inheritance of the handler:
-class user_terms_handler_field_term_user_tid extends views_handler_field_prerender_list {
+class user_terms_handler_field_term_user_tid extends views_handler_field_term_node_tid {
It's got to the point where there is more to reuse in the taxonomy term field and so it's worth the fiddle of having to bypass its init() function to get to the grandparent class. (More details in code comments.)
Committed this patch.