Bugzilla – Attachment 150593 Details for
Bug 33591
Cannot merge bibliographic records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33591: Restore auto-select of checkboxes of src record when merging
Bug-33591-Restore-auto-select-of-checkboxes-of-src.patch (text/plain), 1.37 KB, created by
Jonathan Druart
on 2023-05-03 14:55:16 UTC
(
hide
)
Description:
Bug 33591: Restore auto-select of checkboxes of src record when merging
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-05-03 14:55:16 UTC
Size:
1.37 KB
patch
obsolete
>From 710f15693704e9917ccc6dd8435c8c06fe7cf488 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 3 May 2023 16:54:06 +0200 >Subject: [PATCH] Bug 33591: Restore auto-select of checkboxes of src record > when merging > >When merging bib records the first tab (the source record) should have >all the checkboxes checked by default. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >index 672fe421c5e..f49c17a3b56 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/merge.tt >@@ -293,7 +293,7 @@ div#result { margin-top: 1em; } > // Uncheck all checkboxes in both tabs, then check all checkboxes in first tab > // to avoid inconsistencies from a page refresh. > $("#tabs input[type='checkbox']").prop("checked", false); >- $("#tabrecord[% ref_biblionumber | html %] input[type='checkbox']").prop("checked", true ); >+ $("#tabrecord[% ref_biblionumber | html %]_panel input[type='checkbox']").prop("checked", true ); > > //Set focus to cataloging search > $("input[name=q]:eq(0)").focus(); >-- >2.25.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 33591
:
150593
|
150621