From: Josh Stompro Date: Mon, 22 Jun 2015 22:45:56 +0000 (-0500) Subject: New template definition and a spelling fix. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fstompro%2Faction_trigger_doc_update;p=working%2FEvergreen.git New template definition and a spelling fix. Signed-off-by: Josh Stompro --- diff --git a/docs/admin/actiontriggers.txt b/docs/admin/actiontriggers.txt index b507b6255d..08df5a9be2 100644 --- a/docs/admin/actiontriggers.txt +++ b/docs/admin/actiontriggers.txt @@ -42,8 +42,8 @@ Table 1: Action Trigger Event Definitions | Max Event Validity Delay |Allows events to have a range of time that they are valid. This value works with the *Processing Delay* to define a time range. | Opt-In Settings Type |Choose which User Setting Type will decide if this event will be valid for a certain user. Use this to allow users to Opt-In or Opt-Out of certain events. | Opt-In User Field |Set to the name of the field in the selected hook's core type that will link the core type to the actor.usr table. -| Success Cleanup |After an event is reacted to succesfully a cleanup module can be run to clean up after the event. -| Template |The message template in Perl Template Toolkit format. +| Success Cleanup |After an event is reacted to successfully a cleanup module can be run to clean up after the event. +| Template |A Template Toolkit template that can be used to generate output. The output may or may not be used by the reactor or another external process. |===============================================