Bugzilla – Attachment 65548 Details for
Bug 19041
footerjs = 1 removed by bug 17855
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19041: (bug 17855 follow-up) Fix regression on bug 16058
Bug-19041-bug-17855-follow-up-Fix-regression-on-bu.patch (text/plain), 1.48 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-08-07 13:38:48 UTC
(
hide
)
Description:
Bug 19041: (bug 17855 follow-up) Fix regression on bug 16058
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-08-07 13:38:48 UTC
Size:
1.48 KB
patch
obsolete
>From c82cd6a3c035666f0a534bd02caeb05b108bdb1f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 7 Aug 2017 10:01:40 -0300 >Subject: [PATCH] Bug 19041: (bug 17855 follow-up) Fix regression on bug 16058 > >From > commit 0492fcf87f170846d1e6c8683916a56cb67ce9a7 > Bug 17855: Onboarding tool > >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -1,5 +1,3 @@ >-[% USE Koha %] >-[% SET footerjs = 1 %] > >+[% USE Koha %] has been re-added by > commit 151cdcd133d8618a3faf9b47723d66ac3dc71b4e > Bug 18673: News author does not display on staff client home page > >But not the footerjs = 1 > >Test plan: >From the main page of the staff interface, delete a news item >Without this patch applied you will not get a JS confirmation message > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Trivial fix. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index a94b2e4..2a69dd9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -1,4 +1,5 @@ > [% USE Koha %] >+[% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha staff client</title> > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage.css" /> >-- >2.7.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 19041
:
65538
|
65546
| 65548