Bugzilla – Attachment 182777 Details for
Bug 39987
Batch item deletion breadcrumb uses wrong link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39987: Correct breadcrumbs link to batch item deletion
Bug-39987-Correct-breadcrumbs-link-to-batch-item-d.patch (text/plain), 1.48 KB, created by
Nick Clemens (kidclamp)
on 2025-05-23 18:53:41 UTC
(
hide
)
Description:
Bug 39987: Correct breadcrumbs link to batch item deletion
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-05-23 18:53:41 UTC
Size:
1.48 KB
patch
obsolete
>From 329e6413c1289bffb9c55b24dd21f601e377fedd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 23 May 2025 18:47:17 +0000 >Subject: [PATCH] Bug 39987: Correct breadcrumbs link to batch item deletion > >This patch adds th del=1 param to the batchMod link in the breadcrumbs to ensure we return to batch item >deletion and not modification > >To test: >1 - Browse to Cataloging->Batch item deletion >2 - Click the 'Batch item deletion' link in the breadcrumbs >3 - You are now at 'Batch item modification' >4 - Apply patch >5 - Repeat, you stay on the correct page >6 - Complete a batch item deletion and confirm the breadcrum is correct at each stage. >--- > 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 79a45fdc0ca..4e8e7edcbee 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 >@@ -41,7 +41,7 @@ > [% END %] > [% IF ( show || op == "enqueued") %] > [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/tools/batchMod.pl">Batch item deletion</a> >+ <a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a> > [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >-- >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 39987
:
182777
|
182778
|
182811