Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
taxonomy data
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
14 Oct 2010 at 22:52 UTC
Updated:
9 Dec 2010 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerI know you know this. It's incredible helpful to have a export of a view.
Here is one which worked for me
Sadly i have no idea how to reproduce it.
Comment #2
esmerel commentedComment #3
andypostReopening because if views has been created before taxonomy patch for machine names there's no ability to remove old options['vid'] so new settings can't be saved. Suppose we should make hook_update_N() to update all views for new options['vocabulary'] and remove support for legacy option.
Also this approach should be used in upgrade path from D6.2
views_handler_filter_term_node_tid.inc
Comment #4
andypostThis should be fixed ASAP
EDIT No reason to refer an old option setting if there are new one.
also this could a bit improve performance.
Comment #5
dawehnerThanks!