Bugzilla – Attachment 169633 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: Udate deprecated ProtectSuperlibrarian string
Bug-34610-Udate-deprecated-ProtectSuperlibrarian-s.patch (text/plain), 1.66 KB, created by
Koha Training Catalyst
on 2024-07-26 00:00:01 UTC
(
hide
)
Description:
Bug 34610: Udate deprecated ProtectSuperlibrarian string
Filename:
MIME Type:
Creator:
Koha Training Catalyst
Created:
2024-07-26 00:00:01 UTC
Size:
1.66 KB
patch
obsolete
>From 9cce454e8c4b6e66232d79c6db5248d9489ac002 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: Udate 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 and permissions 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 >--- > 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.39.2
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