Bugzilla – Attachment 115691 Details for
Bug 22150
Make it easier to unselect one member permission after selecting all
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22150: (follow-up) ensuring superlibrarian flag not checked when select all
Bug-22150-follow-up-ensuring-superlibrarian-flag-n.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2021-01-22 13:20:30 UTC
(
hide
)
Description:
Bug 22150: (follow-up) ensuring superlibrarian flag not checked when select all
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-22 13:20:30 UTC
Size:
1.15 KB
patch
obsolete
>From 3a54c6f49c10cffbb7ec656463592d136770fc21 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 Jan 2021 14:19:54 +0100 >Subject: [PATCH] Bug 22150: (follow-up) ensuring superlibrarian flag not > checked when select all > >Use #flag-0 to select the superlibrarian checkbox >--- > 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 74e6895dbd..c28655733e 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 >@@ -114,7 +114,7 @@ > $("#CheckAllFlags").on("click",function(){ > $(".flag").attr("disabled", false); > $(".flag").prop("checked", true); >- $(".flag:first").prop("checked", false); >+ $("#flag-0").prop("checked", false); > return false; > }); > $("#UncheckAllFlags").on("click",function(){ >-- >2.20.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 22150
:
84170
|
115490
|
115530
|
115531
|
115594
|
115595
|
115610
|
115611
|
115612
| 115691