Bugzilla – Attachment 86710 Details for
Bug 18888
Include the definition of currency in onboarding tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18888: (follow-up) Fixed script tag for QA tools
Bug-18888-follow-up-Fixed-script-tag-for-QA-tools.patch (text/plain), 1.25 KB, created by
Hayley Pelham
on 2019-03-18 01:18:20 UTC
(
hide
)
Description:
Bug 18888: (follow-up) Fixed script tag for QA tools
Filename:
MIME Type:
Creator:
Hayley Pelham
Created:
2019-03-18 01:18:20 UTC
Size:
1.25 KB
patch
obsolete
>From b9f942dfcb3b8b77ff008bcea36080e854a4c80c Mon Sep 17 00:00:00 2001 >From: Hayley Mapley <hayleymapley@catalyst.net.nz> >Date: Mon, 18 Mar 2019 01:13:48 +0000 >Subject: [PATCH] Bug 18888: (follow-up) Fixed script tag for QA tools > >Removed type reference in the script tag in onboardingstep6.tt - >Note: the QA tools will still fail this tag for using a full path rather >than Asset. > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >index 495f15c13b..6554b09dd2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt >@@ -80,6 +80,6 @@ > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'validator-strings.inc' %] > [% INCLUDE 'installer-strings.inc' %] >- <script type="text/javascript" src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script> >+ <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script> > [% END %] > [% INCLUDE 'installer-intranet-bottom.inc' %] >-- >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 18888
:
64767
|
64771
|
86709
|
86710
|
87574
|
87687
|
87691
|
87692