]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 23 Oct 2024 22:46:35 +0000 (22:46 +0000)
commit0273b348f93e61136497138de7be7cb160a767ae
tree4f21c8a27ba90a8af27a54eb9bbcac8dbe62203a
parent1f34eff2e6d133de5c269096229e80fb1b093e72
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>
(cherry picked from commit 664cbb5bc5d5173a517a6d2206d62665a8b22792)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Biblio.pm