Fix duplicated reopened card
This commit is contained in:
@@ -19,7 +19,7 @@ module EventsHelper
|
||||
{
|
||||
title: "Updated",
|
||||
index: 2,
|
||||
events: day_timeline.events.where.not(action: [ "card_published", "card_closed" ])
|
||||
events: day_timeline.events.where.not(action: [ "card_published", "card_closed", "card_reopened" ])
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user