]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Client/no_sound_audio_file.adoc
ddc06bcb0921d86616582de247280ccc9c2bceba
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Client / no_sound_audio_file.adoc
1 Global option to remove sound for a specific event
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 A new nosound.wav file has been added to the web client. The file can be used
4 to globally disable audio alerts for a specific event on an Evergreen system.
5
6 For example, to silence the alert that sounds after a successful patron search:
7
8   * mkdir -p /openils/var/web/audio/notifications/success/patron/
9   * cd /openils/var/web/audio/notifications/success/patron/
10   * ln -s ../../nosound.wav by_search.wav
11