Closed (fixed)
Project:
Quick Tabs
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Feb 2009 at 11:03 UTC
Updated:
27 Mar 2009 at 01:00 UTC
Separating view arguments with a comma could cause clashes with view arguments that expect commas within them, such as taxonomy terms.
Also, view settings elsewhere take arguments separated with a slash. This makes them look consistent with the browser URL.
Changing Quicktabs to separate arguments with a slash would fix the term problem, and also be consistent with view settings in other places.
Comments
Comment #1
pasqualleYou are right, the views argument handling in QT is not good enough. It would be nice if we could fix the problem in the 2.x version.
#356918: Multiple view arguments in QuickTabs
#358137: views argument from the url
Comment #2
katbailey commentedWe will use the same syntax as in the Views preview functionality
Comment #3
katbailey commentedThis is fixed now with http://drupal.org/cvs?commit=182748. Users will need to run update.php to get their existing QTs working as before though - quicktabs_update_6004() converts comma-separated args to the new format.