Bugzilla – Attachment 69916 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.98 KB, created by
Jonathan Druart
on 2017-12-19 15:57:41 UTC
(
hide
)
Description:
Bug 19678: Clicking Cancel when adding New Course to course reserves shows message Invalid Course!
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-19 15:57:41 UTC
Size:
1.98 KB
patch
obsolete
>From 419e4775e579acc526f54c16547dba9b67932a6c 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 78dad2cd45..b2ada82d9d 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 >@@ -115,7 +115,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.11.0
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