Bugzilla – Attachment 195156 Details for
Bug 42072
Batch item deletion "Delete records" message is confusing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 42072: Improve message about deleting bib records
Bug-42072-Improve-message-about-deleting-bib-recor.patch (text/plain), 1.71 KB, created by
David Cook
on 2026-03-12 04:28:05 UTC
(
hide
)
Description:
Bug 42072: Improve message about deleting bib records
Filename:
MIME Type:
Creator:
David Cook
Created:
2026-03-12 04:28:05 UTC
Size:
1.71 KB
patch
obsolete
>From 05e05f35ead37d67078cc06342dce645f147de25 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 12 Mar 2026 04:25:22 +0000 >Subject: [PATCH] Bug 42072: Improve message about deleting bib records > >This patch clarifies which records will be deleted in >the batch item deletion (when no items remain). > >Test plan: >0. Apply the patch >1. Go to "Reports" and click "Create from SQL" >2. Create a report with the following SQL: >select itemnumber from items limit 5 >3. Run the report and then click "Batch operations with 5 visible records" >on the output page >4. Near the bottom of the screen note that there is a checkbox that >has a label reading "Delete bibliographic records if no items remain." >5. C'est tout! >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index 422c665cf51..22bd510dbe1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -179,7 +179,7 @@ > <div> > <input type="checkbox" name="del_records" id="del_records" /> > >- <label for="del_records">Delete records if no items remain.</label> >+ <label for="del_records">Delete bibliographic records if no items remain.</label> > </div> > <div> > <input type="checkbox" name="del_serial_issues" id="del_serial_issues" /> >-- >2.39.5
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 42072
:
195156
|
195160