Closed (fixed)
Project:
Taxonomy Views Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2011 at 07:56 UTC
Updated:
31 Jan 2013 at 00:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerpre_execute uses views_set_current_views(), which is an api of views which is required.
Here is a small patch. Considering this as CRITICAL
Comment #2
sansui commentedI was reviewing the code for the TVI module after posting this thread - http://drupal.org/node/1410558 - in which my flag relationships were lost while using TVI.
I came to same conclusion the problem was in rendering the view, but did not realize myself that the issue was $view->build(). Thanks for pointing this out! Have tested changes in patch and fixed issue immediately. Please consider reviewed
Comment #3
duaelfrThis code seems to have already been integrated.