From 20ea94d34b54a5537d22ac4e2c922101569af42c Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 25 Jun 2018 16:20:09 +0200 Subject: [PATCH] Fixed regression: Escalation logic is not active. --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index 3c80246b8..7b59d86f1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -38,6 +38,7 @@ module Zammad 'observer::_ticket::_ref_object_touch', 'observer::_ticket::_online_notification_seen', 'observer::_ticket::_stats_reopen', + 'observer::_ticket::_escalation_update', 'observer::_tag::_ticket_history', 'observer::_user::_ref_object_touch', 'observer::_user::_ticket_organization',