From e3988dc3ced2084ecc5482bcfa0371556c4e63bd Mon Sep 17 00:00:00 2001 From: Dan Pearl Date: Tue, 20 Oct 2015 17:05:07 -0400 Subject: [PATCH] LP#1312699 - Add feature to allow user to edit their checkout history. In the checkout history page, a new column and action selector is provided to allow the paton to indicate items they would just as soon not want to see again in the history list for whatever reason. NOTE: This is not a PURGE function; it simply suppresses display of items in the history list (and exported history files). Internally, the circulations are kept by Evergreen for several reasons which are not affected by this functionality. Signed-off-by: Dan Pearl Signed-off-by: Josh Stompro Signed-off-by: Jake Litrell Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/myopac/circ_history.tt2 | 1 + docs/RELEASE_NOTES_NEXT/OPAC/edit_circ_history | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/edit_circ_history diff --git a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 index 1faffe6e24..d87ddeb81c 100644 --- a/Open-ILS/src/templates/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/circ_history.tt2 @@ -203,6 +203,7 @@ [% circ.circ.target_copy.barcode | html %] [% circ.circ.target_copy.call_number.label | html %] + [% END %] diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/edit_circ_history b/docs/RELEASE_NOTES_NEXT/OPAC/edit_circ_history new file mode 100644 index 0000000000..ea4c60cd93 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/edit_circ_history @@ -0,0 +1,10 @@ +Editable Borrowing History +^^^^^^^^^^^^^^^^^^^^^^^^^^ +You can delete titles that you do not wish to appear in your Check Out History. + + * In "My Account", click on the "Items Checked Out" tab, then the "Check Out History" sub-tab. + * Check off the items you wish to conceal. + * Click the Go button next to the "Delete Selected Titles" drop-down box. + * Click OK in the pop-up to confirm your deletion. Choose carefully, as there is no "undo". + +Deleted titles will also not appear in the downloaded CSV file. -- 2.11.0