From 2fb49f840683d10e1d7c84722d0d5d49e46b17c6 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Mon, 24 Jul 2017 14:12:26 -0400 Subject: [PATCH] LP#1691860: Release notes entry for nosound audio file Signed-off-by: Kathy Lussier --- docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc b/docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc new file mode 100644 index 0000000000..ddc06bcb09 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc @@ -0,0 +1,11 @@ +Global option to remove sound for a specific event +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +A new nosound.wav file has been added to the web client. The file can be used +to globally disable audio alerts for a specific event on an Evergreen system. + +For example, to silence the alert that sounds after a successful patron search: + + * mkdir -p /openils/var/web/audio/notifications/success/patron/ + * cd /openils/var/web/audio/notifications/success/patron/ + * ln -s ../../nosound.wav by_search.wav + -- 2.11.0