From ab88fed1ef564fa0398c3a883ac1f51b0d1d5796 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 4 Sep 2018 13:55:18 -0400 Subject: [PATCH] LP#1779920: adjust release notes Wrap text and change the order of the paragraphs to put the intent of the feature first. Signed-off-by: Galen Charlton --- .../Circulation/Autorenewal_Feature.adoc | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/RELEASE_NOTES_NEXT/Circulation/Autorenewal_Feature.adoc b/docs/RELEASE_NOTES_NEXT/Circulation/Autorenewal_Feature.adoc index b620830226..4ad2bad07c 100644 --- a/docs/RELEASE_NOTES_NEXT/Circulation/Autorenewal_Feature.adoc +++ b/docs/RELEASE_NOTES_NEXT/Circulation/Autorenewal_Feature.adoc @@ -1,9 +1,22 @@ -Autorenewal Feature -^^^^^^^^^^^^^^^^^^^ -Two new action triggers have been added to Evergreen that permit the Auto-Renew feature. They can be found, configured, and enabled in Administration>Local Administration>Notifications/Action Triggers. They are named **Autorenew** and **AutorenewNotify**. +Autorenewal of Loans +^^^^^^^^^^^^^^^^^^^^ +Circulation policies in Evergreen can now be configured to automatically renew +certain items checked out on patron accounts. Circulations will be renewed +automatically up to a custom limit (the `max_auto_renewal` field) and patrons +will not need to log in to their OPAC accounts or ask library staff to manually +renew materials. -The **Autorenew** A/T definition uses the `checkout.due` hook to automatically validate and renew (in the reactor) circulations on the day they are due, grouped by user. The output events of this definition is is the input used by the related **AutorenewNotify** A/T that simply uses a new hook called `autorenewal` to notify patrons via email of their currently due or auto-renewed items. +Two new action triggers have been added to Evergreen that permit the Auto-Renew +feature. They can be found, configured, and enabled in Administration>Local +Administration>Notifications/Action Triggers. They are named **Autorenew** and +**AutorenewNotify**. -Circulation policies in Evergreen can now be configured to automatically renew certain items checked out on patron accounts. Circulations will be renewed automatically up to a custom limit (the `max_auto_renewal` field) and patrons will not need to log in to their OPAC accounts or ask library staff to manually renew materials. +The **Autorenew** A/T definition uses the `checkout.due` hook to automatically +validate and renew (in the reactor) circulations on the day they are due, +grouped by user. The output events of this definition is is the input used by +the related **AutorenewNotify** A/T that simply uses a new hook called +`autorenewal` to notify patrons via email of their currently due or +auto-renewed items. -In the webstaff's Patron Items Out page, the new column `AutoRenewalsRemaining` indicates how many autorenewals are available for a particular circulation. +In the webstaff's Patron Items Out page, the new column `AutoRenewalsRemaining` +indicates how many autorenewals are available for a particular circulation. -- 2.43.2