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"
Created attachment 37803 [details] [review] 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"
Created attachment 37928 [details] [review] [SIGNED OFF] 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>
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>
Created attachment 38028 [details] [review] Bug 13994 [QA Followup] - Change "Back" to "Return"
Patch pushed to master. Useful one Marc!