Bugzilla – Attachment 161261 Details for
Bug 35865
Missing hint about permissions when adding managers to a basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35865: Add missing hint about permissions when adding managers to a basket
Bug-35865-Add-missing-hint-about-permissions-when-.patch (text/plain), 1.77 KB, created by
Jonathan Druart
on 2024-01-22 21:08:55 UTC
(
hide
)
Description:
Bug 35865: Add missing hint about permissions when adding managers to a basket
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-01-22 21:08:55 UTC
Size:
1.77 KB
patch
obsolete
>From 96339d3d435b15bfde0a9957c4b2f176d3ce9a5c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 22 Jan 2024 22:07:24 +0100 >Subject: [PATCH] Bug 35865: Add missing hint about permissions when adding > managers to a basket > >When searching for managers for an acquisition basket, the list of patrons is >limited to patrons with the baskets_managers permission. For other patron >searches there is a hint about the restriction but it does not appears here. > >Test plan; >Edit a basket, click "Add user" to select a manager. >Notice the hint about the permission. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 11fc20a8e2b..21f041efb8b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -111,7 +111,7 @@ > > [% IF filter == 'suggestions_managers' %] > <div class="hint">Only staff with superlibrarian or suggestions_manage permissions are returned in the search results</div> >- [% ELSIF filter == 'orders_managers' %] >+ [% ELSIF filter == 'orders_managers' OR filter == 'baskets_managers' %] > <div class="hint">Only staff with superlibrarian or acquisitions permissions (or order_manage permission if granular permissions are enabled) are returned in the search results</div> > [% ELSIF filter == 'funds_owners' OR filter == 'funds_users' %] > <div class="hint">Only staff with superlibrarian or acquisitions permissions (or budget_modify permission if granular permissions are enabled) are returned in the search results</div> >-- >2.34.1
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 35865
:
161261
|
161266
|
161296