Closed (fixed)
Project:
Views Term Path Override
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2010 at 12:23 UTC
Updated:
1 Jun 2010 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
plachYou should try to reproduce the bug. You could set up a fresh Drupal + Views installation and start configuring an environment similar to the one you are currently working with.
Comment #2
plachI reproduced the bug: working on it. Hope to come up with a patch soon.
Comment #3
Toxid commentedI've got it working on multiple views now, it seems that it works as long as the last thing you do is to open the argument, press update and then save the view. I discovered this recently so I don't know how stable this solution is, but we'll see. It didn't break when I cleared cache data, so it looks promising.
Comment #4
plach@Toxid:
The attached patch should fix the issue. Please test it and report.
Comment #5
Toxid commentedI've tested it and it works, I can now save views and TPO doesn't break. There's one problem though. The checkbox to override taxonomy paths in views is gone. It's still there for the views that got it checked already, but not for new views.
Comment #6
plachThe checkbox will appear only after defining a path for the display and making the arguments override the default ones.
Comment #7
Toxid commentedAh, I didn't know I had to override the default view first :) It seems to work flawlessly now. Good job!
Comment #8
plachCommitted to HEAD. Thanks :)