Summary: | 'Cancel' link still points to tools home when it should be cataloguing home on some pages | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.04
|
|
Circulation function: | |||
Bug Depends on: | 31162 | ||
Bug Blocks: | |||
Attachments: |
Bug 33015: Fix some 'Cancel' links to point to cataloging start page
Bug 33015: Fix some 'Cancel' links to point to cataloging start page Bug 33015: Fix some 'Cancel' links to point to cataloging start page |
Description
Katrin Fischer
2023-02-20 22:00:14 UTC
Created attachment 146980 [details] [review] Bug 33015: Fix some 'Cancel' links to point to cataloging start page Some 'cancel' links of tools moved to the cataloguing module still pointed to the tools start page. This adds some more consistency. To test: * Go to cataloguing * Batch item editing * Batch record deletion * Batch record modification (create a MARC modification template first) * Verify the 'cancel' link on each page points to tools * Apply patch: cancelling should not take you to the cataloging start page Created attachment 147096 [details] [review] Bug 33015: Fix some 'Cancel' links to point to cataloging start page Some 'cancel' links of tools moved to the cataloguing module still pointed to the tools start page. This adds some more consistency. To test: * Go to cataloguing * Batch item editing * Batch record deletion * Batch record modification (create a MARC modification template first) * Verify the 'cancel' link on each page points to tools * Apply patch: cancelling should not take you to the cataloging start page Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 147204 [details] [review] Bug 33015: Fix some 'Cancel' links to point to cataloging start page Some 'cancel' links of tools moved to the cataloguing module still pointed to the tools start page. This adds some more consistency. To test: * Go to cataloguing * Batch item editing * Batch record deletion * Batch record modification (create a MARC modification template first) * Verify the 'cancel' link on each page points to tools * Apply patch: cancelling should not take you to the cataloging start page Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: indentation + fix typo - <a class="cancel" href="/cgi-bin/koha/catalouging/cataloging-home.pl">Cancel</a> + <a class="cancel" href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cancel</a> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 23.05. Nice work everyone, thanks! Nice work everyone! Pushed to stable for 22.11.x Missing dependencies for 22.05.11, no backport. |