Add Release Note for new helper
authorJason Boyer <jboyer@library.in.gov>
Wed, 15 Feb 2017 14:02:44 +0000 (09:02 -0500)
committerMike Rylander <mrylander@gmail.com>
Fri, 17 Feb 2017 17:52:07 +0000 (12:52 -0500)
I can forget that while a feature seems straigtforward
enough it essentially doesn't exist if you don't tell
anyone about it.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
docs/RELEASE_NOTES_NEXT/Administration/new-action-trigger-helper.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/new-action-trigger-helper.adoc b/docs/RELEASE_NOTES_NEXT/Administration/new-action-trigger-helper.adoc
new file mode 100644 (file)
index 0000000..346e746
--- /dev/null
@@ -0,0 +1,7 @@
+get_org_unit_ancestor_at_depth Helper Added to Action Trigger Reactor Helpers
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+In action trigger templates it's now possible to call
+helpers.get_org_unit_ancestor_at_depth($id_or_aou, $depth) in order to retrieve
+a fleshed aou for the target aou's ancestor at the chosen depth. This could be
+used to retrieve the name of the library system rather than a specific branch
+name, for instance.