From 2e7dfb9cca26c73ea3f6e87637fed03de902e5ca Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Sat, 11 Feb 2017 18:39:05 -0500 Subject: [PATCH] LP#1612752 - Adding release notes for Transit Cancel time and terminology change. Signed-off-by: Chris Sharp Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- .../Circulation/Transit_Cancel_Time.adoc | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Circulation/Transit_Cancel_Time.adoc diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/Transit_Cancel_Time.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/Transit_Cancel_Time.adoc new file mode 100644 index 0000000000..68fa25a2c9 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Circulation/Transit_Cancel_Time.adoc @@ -0,0 +1,26 @@ +Transit Cancel Time and Terminology Change +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Transit Cancel Time ++++++++++++++++++++ + +Previously, Evergreen deleted canceled (aborted) transits from the database. Now +the rows in action.transit_copy, action.hold_transit_copy, and action.reservation_transit_copy +are preserved in the database, though still not visible to the end user in the staff client. +This allows for better tracking of when transits are canceled for the purposes of knowing +which staff member canceled the transit, etc. + +NOTE: This change may require the re-creation of transit reports to filter out canceled +transits from the results. Cloning the template and adding a Base Filter of Cancel Time +Is NULL will suffice. + +"Canceled Transit" Terminology Change ++++++++++++++++++++++++++++++++++++++ + +The term "abort" has been replaced with "cancel" in all of the affected user interfaces. +For internal continuity, however, the following permission codes have not changed: + + * ABORT_TRANSIT + * ABORT_REMOTE_TRANSIT + * ABORT_TRANSIT_ON_LOST + * ABORT_TRANSIT_ON_MISSING -- 2.43.2