From: Jason Stephenson Date: Tue, 26 Jun 2012 23:16:26 +0000 (-0400) Subject: Add release notes for the temporary list warning feature. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ceaccc72ce50396ac613ef4d3dd755de627009c6;p=working%2FEvergreen.git Add release notes for the temporary list warning feature. Signed-off-by: Jason Stephenson --- diff --git a/docs/RELEASE_NOTES_NEXT/warn-when-adding-to-a-temporary-bookbag.txt b/docs/RELEASE_NOTES_NEXT/warn-when-adding-to-a-temporary-bookbag.txt new file mode 100644 index 0000000000..103ea48913 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/warn-when-adding-to-a-temporary-bookbag.txt @@ -0,0 +1,15 @@ +Warn When Adding to a Temporary Bookbag +--------------------------------------- + +TPAC has been modified so that a user will see a warning before adding +a record to a temporary bookbag. This message serves to inform the +user that they are adding to a temporary list that will disappear when +their session ends. + +A new org. unit setting has been added, +opac.patron.temporary_list_warn, that will enable this warning when +set. Sites may choose not to display this warning. + +The user may also set a preference in their search preferences to +disable this warning. The setting only works when a user is logged +in, of course.