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
jlukic
changed the title
Tabs in 2.0.7
[Tab] Tabs Should Not Encode Params
Aug 3, 2015
jlukic
changed the title
[Tab] Tabs Should Not Encode Params
[Tab/API] Tabs Should Not Encode Params, API should add setting encodeParameters
Aug 3, 2015
I am using ajax tabs to open up a customer's details and as such when the page is sent to the browser the tab url looks like so :
However on upgrade to 2.0.7 the URL gets encoded as
./useredit/profile.php%3Fstudent%3D2027
which obviously returns a 404 code as it expects?
.useredit/profile.php?student=2027
As below :
This used to work fine in 2.0.3 and before
Any idea how to rectify this?
The text was updated successfully, but these errors were encountered: