I have a page, which displays different tabs based on tab query parameter. Entire bundle works right except when I want to filter. After clicking on "Filter" button, I am redirected to page with bunch of new parameters but missing my previous tab parameter. Is there a way to make the bundle not forget existing query parameters?
I have a page, which displays different tabs based on
tabquery parameter. Entire bundle works right except when I want to filter. After clicking on "Filter" button, I am redirected to page with bunch of new parameters but missing my previoustabparameter. Is there a way to make the bundle not forget existing query parameters?