From c5838c87c0f20f1ba01ce525d30c1637751d85e2 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 31 Jul 2017 16:57:06 -0400 Subject: [PATCH] LP#1701001: add release notes Here is the test plan for the feature: [1] In the web staff client, perform a catalog search. From search results, choose Place Hold. [2] In the form that displays, click the 'Patron Search' button. [3] Verify that a modal with a patron search form is displayed. [4] Search for a patron, then select one and click the 'Select' button. [5] Verify that the patron's barcode is inserted into the patron barcode input. [6] Verify that submitting the form successfully places the hold. [7] Verify that the feature works from a bib record details page. [8] Verify that the Patron Search button does not show up when using the place hold form in the public catalog. [9] Verify that normal patron search, retrieval, and registration functionality continues to work, as this patch series does some refactoring to create a reusable Angular patron search service and templates. Signed-off-by: Galen Charlton Signed-off-by: Chris Sharp Signed-off-by: Jason Etheridge --- .../Circulation/Patron_Search_from_Place_Hold.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/Patron_Search_from_Place_Hold.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/Patron_Search_from_Place_Hold.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/Patron_Search_from_Place_Hold.adoc new file mode 100644 index 0000000000..bf7b9850e6 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Circulation/Patron_Search_from_Place_Hold.adoc @@ -0,0 +1,10 @@ +Patron Search from Place Hold +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Patron Search from Place Hold allows staff members, when placing a +hold on behalf of a patron in the web staff client, to search for +patrons by names and other searchable patron information, rather than +relying on barcode alone. In particular, after performing a catalog +search or going to a specific bib record and clicking the 'Place Hold' +button, the form now includes a 'Patron Search' button. This button +will open a dialog allowing the staff member search for and select +a patron record. -- 2.11.0