Bugzilla – Attachment 47620 Details for
Bug 15734
Audio Alerts broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15734 - Audio Alerts issues in master
Bug-15734---Audio-Alerts-issues-in-master.patch (text/plain), 1.27 KB, created by
Kyle M Hall (khall)
on 2016-02-03 19:40:08 UTC
(
hide
)
Description:
Bug 15734 - Audio Alerts issues in master
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-02-03 19:40:08 UTC
Size:
1.27 KB
patch
obsolete
>From 2caec6a69cfe06dbef40176587349246c43652f6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 3 Feb 2016 18:50:18 +0000 >Subject: [PATCH] Bug 15734 - Audio Alerts issues in master > >In master there is a JSON error thrown when AudioAlerts are enabled. >This is caused by changes in master from bug 13618. > >Test Plan: >1) Enable audio alerts >2) Note audio alerts don't work >3) Apply this patch >4) Note audio alerts now work >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index be5433a..4dbfc11 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -69,7 +69,7 @@ > <script type="text/javascript"> > //<![CDATA[ > var AUDIO_ALERT_PATH = '[% interface %]/[% theme %]/sound/'; >- var AUDIO_ALERTS = JSON.parse( '[% AudioAlerts.AudioAlerts | replace( "'", "\\'" ) %]' ); >+ var AUDIO_ALERTS = JSON.parse( '[% AudioAlerts.AudioAlerts.raw | replace( "'", "\\'" ) %]' ); > //]]> > > $( document ).ready(function() { >-- >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 15734
:
47620
|
47621
|
47644
|
47735
|
79997
|
79998
|
80052
|
80053
|
80056
|
80057
|
80164
|
80165
|
80258
|
80259
|
80277