Summary: | Batch item deletion breadcrumb uses wrong link | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Staff interface | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | Pushed to oldoldstable --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, fridolin.somers, gmcharlt, jesse, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes the 'Batch item deletion' breadcrumb link when batch deleting items in cataloguing. If you clicked on the link, it would incorrectly take you to the 'Batch item modification' page.
|
|
Version(s) released in: |
25.11.00,25.05.01,24.11.06
|
Circulation function: | |
Attachments: |
Bug 39987: Correct breadcrumbs link to batch item deletion
Bug 39987: Correct breadcrumbs link to batch item deletion Bug 39987: Correct breadcrumbs link to batch item deletion |
Description
Nick Clemens (kidclamp)
2025-05-23 18:30:29 UTC
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 This will be pushed to 24.05.x for 24.05.12 |