]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/new-action-trigger-helper.adoc
Add Release Note for new helper
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / new-action-trigger-helper.adoc
1 get_org_unit_ancestor_at_depth Helper Added to Action Trigger Reactor Helpers
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 In action trigger templates it's now possible to call
4 helpers.get_org_unit_ancestor_at_depth($id_or_aou, $depth) in order to retrieve
5 a fleshed aou for the target aou's ancestor at the chosen depth. This could be
6 used to retrieve the name of the library system rather than a specific branch
7 name, for instance.