NAME
Zapp::Controller::Trigger - Web handlers for trigger management
VERSION
version 0.001
METHODS
edit
Create or edit a trigger. A GET
request shows the form. A POST
request saves the form and returns the user to the plan view.
When creating a new trigger, the plan_id
and class
params must be defined. When editing a trigger, the trigger_id
param must be defined.
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.