Bug 15734 introduced wrong filter for AUDIO_ALERT_PATH - this seems to be introducing a leading '/' to the url. This means the links are forming as: http://kohadev-intra.myDNSname.org:8080/cgi-bin/koha/circ/%2Fintranet-tmpl/prog/sound/beep.ogg Instead of http://kohadev-intra.myDNSname.org:8080/intranet-tmpl/prog/sound/beep.ogg
Created attachment 81972 [details] [review] Bug 21766: Correct filtering on AUDIO_ALERT_PATH js I managed to introduce a bad filter whilst backporting bug 15734 to the 18.05.x series. This patch attempts to correct that. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Created attachment 81973 [details] [review] Bug 21766: Correct filtering on AUDIO_ALERT_PATH js I managed to introduce a bad filter whilst backporting bug 15734 to the 18.05.x series. This patch attempts to correct that. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 81995 [details] [review] Bug 20996: (RM follow-up) Fix the api tests
Created attachment 82003 [details] [review] Bug 21766: Correct filtering on AUDIO_ALERT_PATH js I managed to introduce a bad filter whilst backporting bug 15734 to the 18.05.x series. This patch attempts to correct that. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Martin please include the tests from bug 21775 when you will push this fix.
Pushed to 18.05.x for 18.05.06
Pushed to 17.11.x for 17.11.12 This bug exists even without Bug 21775.