Bugzilla – Attachment 66925 Details for
Bug 19229
Clicking Cancel when editing course doesn't take you back to the course
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19229: Return to course when cancelling out of edit form
Bug-19229-Return-to-course-when-cancelling-out-of-.patch (text/plain), 1.54 KB, created by
Claire Gravely
on 2017-09-07 10:20:13 UTC
(
hide
)
Description:
Bug 19229: Return to course when cancelling out of edit form
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2017-09-07 10:20:13 UTC
Size:
1.54 KB
patch
obsolete
>From 3e780d6c9fc71546ebb7a5ac9c0b87d69d1c72b5 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 31 Aug 2017 21:25:28 +0000 >Subject: [PATCH] Bug 19229: Return to course when cancelling out of edit form > >To test: >1) Ensure UseCourseReserves is enabled >2) Go to Course Reserves, create a course >3) Edit course >4) Click Cancel >5) Notice you are returned to the courses home page rather than returned >to the course >6) Apply patch >7) Go to edit course and click cancel again >8) Confirm you are returned to the course and that this feels like the >natural expectation. > >Sponsored-by: Catalyst IT >Signed-off-by: Claire Gravely <claire.gravely@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >index 396c9aa..1a3e01e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >@@ -168,7 +168,7 @@ > <fieldset class="action"> > <input type="submit" value="Save" class="submit" /> > >- <a href="/cgi-bin/koha/course_reserves/course-reserves.pl" class="cancel">Cancel</a> >+ <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course_id %]" class="cancel">Cancel</a> > </fieldset> > </form> > </div> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19229
:
66677
|
66925
|
66948