]> git.koha-community.org Git - koha.git/commit
Bug 27061: Remove duplicate permission check in svc/mana/search
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 20 Nov 2020 08:04:30 +0000 (09:04 +0100)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 25 May 2021 11:45:05 +0000 (11:45 +0000)
commit0c58835ed6f9fc7354aaad121a7f20ca03c5bd01
treeb8f5f1d9716aef3f7b4ee304b2915a5de5e95e48
parent5f5ac66a70da6d8822581662ad690a36f615a458
Bug 27061: Remove duplicate permission check in svc/mana/search

There is a call to check_cookie_auth then another one to get_template_and_user

Test plan:
Use mana to create new report and new subscription.
Confirm that you need the necessary permissions to use it

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 915c5d13bea82d8ff76e2c76525aa70a1f22961e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 3435d22040709509e4e88532881416b0acf13f76)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
svc/mana/search