Bug 19229: Return to course when cancelling out of edit form
authorAleisha Amohia <aleishaamohia@hotmail.com>
Thu, 31 Aug 2017 21:25:28 +0000 (21:25 +0000)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 04:35:21 +0000 (17:35 +1300)
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>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit f55af2fc078a7d6a05238232bc276e6924307179)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit ae405f61c8d4c04361267b500347a496a2ce7d58)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt

index 396c9aa..1a3e01e 100644 (file)
                 <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>