From: Jason Stephenson Date: Tue, 27 Jun 2017 14:20:22 +0000 (-0400) Subject: LP#1208875: Add Release Note X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1dea2ca041897f82b61dffac7658c3adb1308ab6;p=evergreen%2Ftadl.git LP#1208875: Add Release Note Signed-off-by: Jason Stephenson --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/download_circ_history_fix.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/download_circ_history_fix.adoc new file mode 100644 index 0000000000..1e3a3f2e7f --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/download_circ_history_fix.adoc @@ -0,0 +1,10 @@ +Download Checkout History CSV Fixed for Large Number of Circulations +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Downloading checkout history as a CSV from My Account has been fixed +for users with a large circulation history. Previously, this would +time out for patrons with more than 100 or so circulations. + +This feature no longer uses the action/trigger mechanism and the OPAC +now generates the CSV directly. The old action/trigger code is still +present in the database and should be removed at some point in the +near future.