Bugzilla – Attachment 170321 Details for
Bug 34610
ProtectSuperlibrarianPrivileges, not ProtectSuperlibrarian
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34610: Update deprecated ProtectSuperlibrarian string
Bug-34610-Update-deprecated-ProtectSuperlibrarian-.patch (text/plain), 1.81 KB, created by
Emily Lamancusa (emlam)
on 2024-08-14 15:36:48 UTC
(
hide
)
Description:
Bug 34610: Update deprecated ProtectSuperlibrarian string
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-08-14 15:36:48 UTC
Size:
1.81 KB
patch
obsolete
>From 35039e8b0f4a948a854b968fe991d1f8f62734da Mon Sep 17 00:00:00 2001 >From: Catalyst Bug Squasher <koha-training@catalyst.net.nz> >Date: Thu, 25 Jul 2024 23:57:24 +0000 >Subject: [PATCH] Bug 34610: Update deprecated ProtectSuperlibrarian string > >Test: >1. Set ProtectSuperlibrarianPrivileges system preference to Allow only > superlibrarians >2. Give superlibrarian permissions to a user (User 1) >3. Give catalogue, borrowers, permissions, and staffaccess permissions > to a second user (User 2) >3. Login as User 2 >4. Go to User 1 permission settings page. >5. Hover over the superlibrarian permission checkbox. >6. Check the message that appears contains > ProtectSuperlibrarianPrivileges and not ProtectSuperlibrarian > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >index 8e995e9649..e30f0081c7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >@@ -144,7 +144,7 @@ > [% IF disable_superlibrarian_privs && patron.is_superlibrarian %] > $("#CheckAllFlags,#UncheckAllFlags") > .attr("disabled", true) >- .attr("title", _("The system preference ProtectSuperlibrarian is enabled")) >+ .attr("title", _("The system preference ProtectSuperlibrarianPrivileges is enabled")) > .on("click", function(e){e.preventDefault()}); > [% ELSE %] > $("#CheckAllFlags").on("click",function(){ >-- >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 34610
:
169633
|
170201
|
170321
|
170322
|
170455