Bug 32102

Summary: Improve specificity of batch record modification breadcrumbs
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00
Attachments: Bug 32102: Improve specificity of batch record modification breadcrumbs
Bug 32102: Improve specificity of batch record modification breadcrumbs
Bug 32102: Improve specificity of batch record modification breadcrumbs

Description Owen Leonard 2022-11-03 18:19:24 UTC
After you've submitted a batch of biblionumbers for modification the breadcrumbs menu doesn't offer you a link back to the initial page where you can submit another batch. The breadcrumbs menu should reflect whether or not you're on the first page.
Comment 1 Owen Leonard 2022-11-03 18:25:41 UTC
Created attachment 143149 [details] [review]
Bug 32102: Improve specificity of batch record modification breadcrumbs

This patch makes a minor change to the batch record modification
template so that there is a link back to the initial view after you have
submitted a batch for modification.

To test, apply the patch and go to Cataloging -> Batch record
modification.

- Initially the breadcrumbs menu should show Home -> Cataloging -> Batch
  record modification
- Submit a batch of bibliographic or authority records for modification
- The breadcrumbs should now read Home -> Cataloging -> Batch record
  modification -> Results
- The same menu options should show after you confirm the operation
Comment 2 David Nind 2022-11-10 01:26:57 UTC
Created attachment 143612 [details] [review]
Bug 32102: Improve specificity of batch record modification breadcrumbs

This patch makes a minor change to the batch record modification
template so that there is a link back to the initial view after you have
submitted a batch for modification.

To test, apply the patch and go to Cataloging -> Batch record
modification.

- Initially the breadcrumbs menu should show Home -> Cataloging -> Batch
  record modification
- Submit a batch of bibliographic or authority records for modification
- The breadcrumbs should now read Home -> Cataloging -> Batch record
  modification -> Results
- The same menu options should show after you confirm the operation

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2022-11-10 09:20:09 UTC
Created attachment 143626 [details] [review]
Bug 32102: Improve specificity of batch record modification breadcrumbs

This patch makes a minor change to the batch record modification
template so that there is a link back to the initial view after you have
submitted a batch for modification.

To test, apply the patch and go to Cataloging -> Batch record
modification.

- Initially the breadcrumbs menu should show Home -> Cataloging -> Batch
  record modification
- Submit a batch of bibliographic or authority records for modification
- The breadcrumbs should now read Home -> Cataloging -> Batch record
  modification -> Results
- The same menu options should show after you confirm the operation

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Katrin Fischer 2022-11-10 09:20:29 UTC
Depending on time frame: this has some string changes/additions.
Comment 5 Tomás Cohen Arazi 2022-11-10 13:10:20 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!