Should work same as core Taxo All terms field.

Comments

joachim’s picture

Status: Active » Fixed
StatusFileSize
new4.24 KB

I'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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.