diff --git a/app/models/ticket.rb b/app/models/ticket.rb index 1929107ed..43dc84989 100644 --- a/app/models/ticket.rb +++ b/app/models/ticket.rb @@ -152,6 +152,10 @@ returns result.push ticket } + # we do not have an destructor at this point, so we need to + # execute ticket events manually + Observer::Ticket::Notification.transaction + result end