From: Kathy Lussier Date: Mon, 24 Jul 2017 18:12:26 +0000 (-0400) Subject: LP#1691860: Release notes entry for nosound audio file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2fb49f840683d10e1d7c84722d0d5d49e46b17c6;p=evergreen%2Fpines.git LP#1691860: Release notes entry for nosound audio file Signed-off-by: Kathy Lussier --- 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 +