- Change references to Reactor.PM in the Validators section to
Validator.PM.
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Changes to be committed:
modified: docs/admin/actiontriggers.adoc
|=======================
| 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.