]> git.koha-community.org Git - koha.git/commit
Bug 38094: Allow librarians with fast add permissions to edit existing fast add records
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 4 Oct 2024 14:10:13 +0000 (10:10 -0400)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 11 Oct 2024 09:13:45 +0000 (11:13 +0200)
commit664cbb5bc5d5173a517a6d2206d62665a8b22792
treea9062209f2a76b5c9d956dd5e596b01eb92328b1
parent4623dce6f761138d456e564c2bd579c8c329cb07
Bug 38094: Allow librarians with fast add permissions to edit existing fast add records

The ability to create fast add records was fixed on bug 38076, but they still cannot be edited after they are saved.

Test Plan:
1) Create a librarian with only fast add cataloging permissions
2) Create a fast add record, save it
3) Attempt to edit that record, you cannot!
4) Apply this patch
5) Restart all the things!
6) Attempt to edit that record, you can!
7) Attempt to edit a non-FA record, you cannot!

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Biblio.pm