Bugzilla – Attachment 63775 Details for
Bug 18673
News author does not display on staff client home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18673: News author does not display on staff client home page
Bug-18673-News-author-does-not-display-on-staff-cl.patch (text/plain), 1.33 KB, created by
Alex Buckley
on 2017-05-28 11:01:59 UTC
(
hide
)
Description:
Bug 18673: News author does not display on staff client home page
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-05-28 11:01:59 UTC
Size:
1.33 KB
patch
obsolete
>From d4b987b92ce2fc2b7a58e909652c454574ff3012 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Thu, 25 May 2017 23:04:14 +0200 >Subject: [PATCH] Bug 18673: News author does not display on staff client home > page > >News authors do not display on staff client homepage, independently of >syspref 'NewsAuthorDisplay'. This patch fixes the issue. > >To verify: >- Create news with display location 'All' >- Set syspref NewsAuthorDisplay to 'Staff client only' or 'Both OPAC and staff client' >- Go to staff client >- Verify that news author does not appear (but it should) > >To test: >- Applly patch >- Verify that news author is displayed as expected > >Followed test plan works as intended >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> >--- > 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 a096577..5d56d56 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -1,3 +1,4 @@ >+[% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha staff client</title> > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/mainpage.css" /> >-- >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 18673
:
63722
|
63775
|
63930