LP1842431: Add a release note
authorJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 31 Jul 2020 16:39:23 +0000 (12:39 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 31 Jul 2020 16:41:51 +0000 (12:41 -0400)
Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
docs/RELEASE_NOTES_NEXT/Administration/autorenewal_action_trigger_result_code.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/autorenewal_action_trigger_result_code.adoc b/docs/RELEASE_NOTES_NEXT/Administration/autorenewal_action_trigger_result_code.adoc
new file mode 100644 (file)
index 0000000..04fe164
--- /dev/null
@@ -0,0 +1,11 @@
+Changes to Autorenewal Action/Trigger Failure Reasons
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Previously the "reason" field in the userdata for an Autorenewal
+event would contain both the failure code and the description for
+the failure event as a single string such as
+"MAX_RENEWALS_REACHED : Circulation has no more renewals remaining"
+Now the "reason" field will only contain the description of the issue
+(Circulation has ...) while a new "textcode" field will contain the
+event code (MAX_RENEWALS_REACHED) if administrators still want to
+display it in template outputs.
+