Skip to content
Snippets Groups Projects
Commit 3502005c authored by Peter Rotich's avatar Peter Rotich
Browse files

bug: Ticket Filter Action - disable autoresponse

Action to disable auto-autoresponse doesn't require  any config check.
parent 45ec6b1d
Branches
Tags
No related merge requests found
......@@ -220,10 +220,7 @@ class FA_DisableAutoResponse extends TriggerAction {
function apply(&$ticket, array $info) {
# TODO: Disable alerting
# XXX: Does this imply turning it on as well? (via ->sendAlerts())
$config = $this->getConfiguration();
if ($config['enable']) {
$ticket['autorespond']=false;
}
$ticket['autorespond']=false;
}
function getConfigurationOptions() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment