Bugzilla – Attachment 179633 Details for
Bug 25787
Club holds can't be placed without modify_holds_priority permission
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25787: Update club holds to only require place_holds permission
Bug-25787-Update-club-holds-to-only-require-placeh.patch (text/plain), 1.18 KB, created by
Nick Clemens (kidclamp)
on 2025-03-23 17:30:15 UTC
(
hide
)
Description:
Bug 25787: Update club holds to only require place_holds permission
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-03-23 17:30:15 UTC
Size:
1.18 KB
patch
obsolete
>From cf3746f6bcf91734ba9c11f7ce5b4b9ad250262c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sun, 23 Mar 2025 17:27:17 +0000 >Subject: [PATCH] Bug 25787: Update club holds to only require place_holds > permission > >This moves the permission check from top level to the specific place_hold >permission > >To test: > 1 - Create a club > 2 - Enroll some patrons > 3 - Find or create a staff user with 'place_holds' permission and catalogue permission > 4 - Log in as that staff > 5 - Find a book and go to holds tab' > 6 - Search for your club > 7 - Try to place hold > 8 - Nothing happens FIXME we should alert of the 403 error or other > 9 - Apply patch, yanr build, restart_all >10 - Place hold >11 - Success! >--- > api/v1/swagger/paths/clubs.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/clubs.yaml b/api/v1/swagger/paths/clubs.yaml >index 9d04355ee28..c040e531f2d 100644 >--- a/api/v1/swagger/paths/clubs.yaml >+++ b/api/v1/swagger/paths/clubs.yaml >@@ -93,4 +93,4 @@ > $ref: "../swagger.yaml#/definitions/error" > x-koha-authorization: > permissions: >- reserveforothers: "1" >+ reserveforothers: place_holds >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25787
:
179633
|
181831
|
181841
|
181842
|
181985
|
181986