]> git.koha-community.org Git - koha.git/commit
Bug 37247: Fix subscriptions operation allowed without authentication
authorFridolin Somers <fridolin.somers@biblibre.com>
Thu, 4 Jul 2024 14:18:17 +0000 (16:18 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 25 Jul 2024 07:58:11 +0000 (09:58 +0200)
commit51157a763bf03f7aa11b3c7b6692f5e63cec1333
tree344dff819cb1fec2d57282698db252e17af40c29
parent989f62bae50c9257d272f5e4539638d7d6b4676e
Bug 37247: Fix subscriptions operation allowed without authentication

Move close and reopen after get_template_and_user().
Also move Koha::Subscriptions->find(), not a good idea to run DB queries
before authentication.

Test plan :
1) Apply patch
2) Authenticate to staff interface
3) Go to an existing open subscription
4) Open a new browser tab and use it to log-out
5) Go to first tab and click on 'Close'
6) You get login page
7) Authenticate
8) Check subscription is not closed
9) Check you can close and reopen subscription

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
serials/subscription-detail.pl