]> 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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 1 Aug 2024 15:26:38 +0000 (17:26 +0200)
commite3a0ad463b6e1e5e024379ede6839993582bee36
tree0b7d381814520f222948ec2fde4561aa6806462a
parenta4fef6b20131923a21f68b228cf552ae356c36ed
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>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
serials/subscription-detail.pl