]> git.koha-community.org Git - koha.git/commit
Bug 24003: (follow-up) Add all userenv parameters
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 9 Jun 2020 15:40:32 +0000 (12:40 -0300)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 17 Jun 2020 21:33:03 +0000 (21:33 +0000)
commit2f09061186a7459c992e610ca8b8dac9a7f427b1
tree494ee98641556d1830f01e5f473e4c0898d4fdb3
parent06c246a067ae55ccc14ef054983553ea006b3e97
Bug 24003: (follow-up) Add all userenv parameters

This patch makes the API set more userenv params than just the
borrowernumber. To test:

1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/auth_*
=> SUCCESS: All tests pass
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit ca7eb99eef2d1ae0258318310e402069194e999b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/REST/V1/Auth.pm