We do not have an destructor at this point, so we need to execute ticket events manually.

This commit is contained in:
Martin Edenhofer 2015-05-22 08:58:32 +02:00
parent 651fa7951a
commit e48bdc1968

View file

@ -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