Bugzilla – Attachment 47644 Details for
Bug 15734
Audio Alerts broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF]Bug 15734: Audio Alerts broken
SIGNED-OFFBug-15734-Audio-Alerts-broken.patch (text/plain), 1.35 KB, created by
Héctor Eduardo Castro Avalos
on 2016-02-04 14:56:28 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15734: Audio Alerts broken
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-02-04 14:56:28 UTC
Size:
1.35 KB
patch
obsolete
>From 2370532f0b37971c724af3948a34a8d66d0ca147 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] [SIGNED-OFF]Bug 15734: Audio Alerts broken > >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 > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as described >--- > 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() { >-- >1.7.10.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