You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit acf3aeb I have an issue where before this I was getting the base/parent page URL query string parameters appended to the ajax request parameters, so I could override filters/search based on the original URL query string parameters. Since this commit it seems the query string parameters from the base/parent/original page are not appended to the ajax request anymore.
Is there a recommended way I could have the query string parameters showing in the client web browser address bar be appended to ajax requests, so that I can keep doing what I was doing but use this latest version?