Bug 21323: Handle multi params in redirect after login
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 14 Sep 2018 23:10:56 +0000 (16:10 -0700)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 27 Sep 2018 12:22:07 +0000 (13:22 +0100)
commitc088efd6c959d12dd8c1743e3eeb9f12d41a77e2
tree393f35a68dc17a580b61b4b9d34c24b0ca568fb1
parent0a027c846f5592f250b60f196d7bccea8d1f156b
Bug 21323: Handle multi params in redirect after login

Multi params are not handle correctly after login

Test plan:
[0] Use staff interface
[1] Use advance search and tick itemtype more than one checkbox
[2] Copy result url
[3] Logout
[4] Paste url in browser
[5] Type username and password
[6] In search result page, results limit description under breadcrumbs
will show all limits

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit c6a26d2c9e767623c7bc0698297bbc165301e7ed)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Auth.pm