Bug 13994

Summary: Add a back link to error message in Reports
Product: Koha Reporter: Marc Véron <veron>
Component: ReportsAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Marc Véron <veron>
Severity: enhancement    
Priority: P5 - low CC: tomascohen
Version: master   
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:
Attachments: Bug 13994 - Add a back link to error message in Reports
[SIGNED OFF] Bug 13994 - Add a back link to error message in Reports
[PASSED QA] Bug 13994 - Add a back link to error message in Reports
Bug 13994 [QA Followup] - Change "Back" to "Return"

Description Marc Véron 2015-04-14 09:31:50 UTC
To reproduce:
- Go to Home > Reports
- Create from SQL
- Do something that results in an error message, e.g. by entering an UPDATE statement

Result: You get an error message with title "The follwing error was encountered"
But there is now link to go directly back to fix it.

Expected: Link "Back to previous page"
Comment 1 Marc Véron 2015-04-14 09:54:57 UTC Comment hidden (obsolete)
Comment 2 Nick Clemens 2015-04-15 21:35:13 UTC Comment hidden (obsolete)
Comment 3 Kyle M Hall 2015-04-17 10:44:35 UTC
Created attachment 38027 [details] [review]
[PASSED QA] Bug 13994 - Add a back link to error message in Reports

To reproduce:
- Go to Home > Reports
- Create from SQL
- Do something that results in an error message, e.g. by entering an UPDATE statement

Result: You get an error message with title "The follwing error was encountered"
But there is now link to go directly back to fix it.

To test:
- Apply patch
- Repeat steps above
- Verify that a link appears (and works): "Back to previous page"

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 4 Kyle M Hall 2015-04-17 10:44:42 UTC
Created attachment 38028 [details] [review]
Bug 13994 [QA Followup] - Change "Back" to "Return"
Comment 5 Tomás Cohen Arazi 2015-04-23 16:14:31 UTC
Patch pushed to master.

Useful one Marc!