I have created a quicktab and a view pane embedded into the tabs. It seams to me the the exposed filters URL is not set directly and in combination with the module views saved searches the path is not set correctly when the link for a saved search is created. I debugged that and the problem occurs because in that combination quick tabs don't gives the current path to the pane to allow path override and inherite path from pane.

Comments

manuelBS’s picture

Status: Active » Needs review
StatusFileSize
new681 bytes

Here is my patch that fixes the issue form me

brandy.brown’s picture

hmmm while it does somewhat work, I've encountered two problems:
1.) It redirects the user to tab 1
2.) It sets the exposed filter selection for all tabs (because the url is essentially truncated ... it's missing the end, starting with &qt-)

mkhamash’s picture

Version: 7.x-3.4 » 7.x-3.x-dev
Issue summary: View changes
Status: Needs review » Needs work
StatusFileSize
new1002 bytes

Here is an improvement on the previous cache, though still the issues mentioned in #2 still not solved.

socialnicheguru’s picture

it does work except for the issues in #2

smustgrave’s picture

Status: Needs work » Closed (outdated)