Currently it points to: http://localhost:8081/cgi-bin/koha/tools/batchMod.pl Should be: http://localhost:8081/cgi-bin/koha/tools/batchMod.pl?del=1
Created attachment 182777 [details] [review] 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.
Created attachment 182778 [details] [review] 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. Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Created attachment 182811 [details] [review] 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. Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Nice work everyone! Pushed to main for 25.11
I see in 25.05.x
Pushed to 24.11.x for 24.11.06
Nice work everyone! Pushed to 25.05.x for 25.05.03