Bugzilla – Attachment 69280 Details for
Bug 19678
Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19678: Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
Bug-19678-Clicking-Cancel-when-adding-New-Course-t.patch (text/plain), 1.85 KB, created by
Claire Gravely
on 2017-11-22 14:51:06 UTC
(
hide
)
Description:
Bug 19678: Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2017-11-22 14:51:06 UTC
Size:
1.85 KB
patch
obsolete
>From 3a92e11078a4fe60d365776aeecfc26a994eee96 Mon Sep 17 00:00:00 2001 >From: Claire Gravely <claire.gravely@bsz-bw.de> >Date: Wed, 22 Nov 2017 13:54:11 +0000 >Subject: [PATCH] Bug 19678: Clicking Cancel when adding New Course to course > reserves shows message Invalid Course! > >Clicking on the cancel link when adding a new course to course reserves >displays the message 'Invalid Course!'. It would be better if it >redirected back to the main Course Reserves page. > >This patch redirects the user back to the main course reserves page. > >To Test: > >1. Go to Course Reserves > >2. Click '+ New Course' > >3. Cancel the process > >4. You are shown 'Invalid Course!' > >5. Apply patch and repeat steps 1-3 > >6. You are redirected back to the main course reserves page >--- > koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt | 6 +++++- > 1 file changed, 5 insertions(+), 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 1a3e01e..a886ce8 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,11 @@ > <fieldset class="action"> > <input type="submit" value="Save" class="submit" /> > >- <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course_id %]" class="cancel">Cancel</a> >+ [% IF course_id %] >+ <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% course_id %]" class="cancel">Cancel</a> >+ [% ELSE %] >+ <a href="/cgi-bin/koha/course_reserves/course-reserves.pl" class="cancel">Cancel</a> >+ [% END %] > </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 19678
:
69277
|
69278
|
69280
|
69281
|
69916