Bug 32102 - Improve specificity of batch record modification breadcrumbs
Summary: Improve specificity of batch record modification breadcrumbs
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-03 18:19 UTC by Owen Leonard
Modified: 2023-06-08 22:28 UTC (History)
0 users

See Also:
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 (2.05 KB, patch)
2022-11-03 18:25 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 32102: Improve specificity of batch record modification breadcrumbs (2.10 KB, patch)
2022-11-10 01:26 UTC, David Nind
Details | Diff | Splinter Review
Bug 32102: Improve specificity of batch record modification breadcrumbs (2.16 KB, patch)
2022-11-10 09:20 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!