From: Kyle Huckins Date: Wed, 8 Aug 2018 15:47:07 +0000 (+0000) Subject: Action Trigger Validator Docs Typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=82b8a6e8f5beeec57f2420e717226401f28bb5ab;p=working%2FEvergreen.git Action Trigger Validator Docs Typo - Change references to Reactor.PM in the Validators section to Validator.PM. Signed-off-by: Kyle Huckins Changes to be committed: modified: docs/admin/actiontriggers.adoc --- diff --git a/docs/admin/actiontriggers.adoc b/docs/admin/actiontriggers.adoc index ae72a081e5..822f3f65a7 100644 --- a/docs/admin/actiontriggers.adoc +++ b/docs/admin/actiontriggers.adoc @@ -182,9 +182,9 @@ Table 4. Action Trigger Validators |======================= | Field | Description -| Module Name | The name of the subroutine in `/openils/lib/perl5/OpenILS/Application/Trigger/Reactor.pm` to validate the action trigger. +| Module Name | The name of the subroutine in `/openils/lib/perl5/OpenILS/Application/Trigger/Validator.pm` to validate the action trigger. | Description | Description of validation test to run. |======================= -You may also create, edit and delete Validators. Just remember that their must be an associated subroutine in the Reactor.pm Perl module. +You may also create, edit and delete Validators. Just remember that their must be an associated subroutine in the Validator.pm Perl module.