Bugzilla – Attachment 189806 Details for
Bug 30255
Allow skipping "list" step for record batch modification/deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30255: Only update tab display when changing record type
Bug-30255-Only-update-tab-display-when-changing-re.patch (text/plain), 1.02 KB, created by
David Gustafsson
on 2025-11-20 20:23:07 UTC
(
hide
)
Description:
Bug 30255: Only update tab display when changing record type
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2025-11-20 20:23:07 UTC
Size:
1.02 KB
patch
obsolete
>From a4558b045a8ad243055a9391a7c0b6654956fb6b Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Thu, 20 Nov 2025 21:21:19 +0100 >Subject: [PATCH] Bug 30255: Only update tab display when changing record type > >--- > .../prog/en/modules/tools/batch_record_modification.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index d0312c15405..c6cdf1901ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -353,7 +353,7 @@ > }).filter(':checked').trigger('change'); > > update_tab_display(); >- $("input[type='radio']").click(function() { >+ $("input[type='radio'][name='recordtype']").click(function() { > update_tab_display(); > }); > >-- >2.51.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 30255
:
131527
|
151289
|
151382
|
162547
|
162603
|
178175
|
178176
|
179486
|
179487
|
179488
|
189803
|
189804
|
189805
| 189806 |
189824
|
189825
|
189826