From cb37d045a61603844c4555be54bd8c213c333f40 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 15 Feb 2017 09:02:44 -0500 Subject: [PATCH] Add Release Note for new helper 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 Signed-off-by: Mike Rylander --- .../Administration/new-action-trigger-helper.adoc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Administration/new-action-trigger-helper.adoc 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 index 0000000000..346e7468fa --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/new-action-trigger-helper.adoc @@ -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. -- 2.43.2