Improved error handling.

This commit is contained in:
Martin Edenhofer 2019-04-05 18:13:37 +02:00
parent 8e25338a11
commit b6093930e3

View file

@ -103,6 +103,8 @@ class Sessions::Backend::TicketOverviewList < Sessions::Backend::Base
assets = {}
overview = Overview.lookup(id: data[:overview][:id])
next if !overview
if asset_needed?(overview)
assets = asset_push(overview, assets)
end