Bugzilla – Attachment 161296 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.99 KB, created by
Martin Renvoize (ashimema)
on 2024-01-23 11:47:44 UTC
(
hide
)
Description:
Bug 35865: Add missing hint about permissions when adding managers to a basket
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-23 11:47:44 UTC
Size:
1.99 KB
patch
obsolete
>From 22f43c2b4fb6496f8f0f44b69c4d9157b46dcb7e 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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. > >Signed-off-by: Loïc Vassaux--Artur <loic.vassaux-artur@outlook.fr> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.43.0
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