| Summary: | Batch item deletion "Delete records" message is confusing | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Cook <dcook> |
| Component: | Cataloging | Assignee: | David Cook <dcook> |
| Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | m.de.rooy |
| Version: | Main | Keywords: | Academy |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
This change clarifies the option to delete bibliographic records if no items remain in the Batch Item Deletion cataloguing tool.
|
Version(s) released in: | |
| Circulation function: | |||
| Attachments: |
Bug 42072: Improve message about deleting bib records
Bug 42072: Improve message about deleting bib records |
||
|
Description
David Cook
2026-03-12 04:24:28 UTC
Created attachment 195156 [details] [review] 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! Created attachment 195160 [details] [review] 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! Signed-off-by: David Nind <david@davidnind.com> |