Skip to content

Commit

Permalink
Skip overview in list if overview was deleted in the meantime (race c…
Browse files Browse the repository at this point in the history
…ondition).
  • Loading branch information
znuny-robo committed May 2, 2019
1 parent 1e745f0 commit c16c86e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sessions/backend/ticket_overview_list.rb
Expand Up @@ -74,6 +74,8 @@ def push
index_and_lists.each do |index|
assets = {}
overview = Overview.lookup(id: index[:overview][:id])
next if !overview

meta = {
name: overview.name,
prio: overview.prio,
Expand Down

0 comments on commit c16c86e

Please sign in to comment.