Fix duplicated reopened card

This commit is contained in:
Jorge Manrubia
2025-06-05 13:55:53 +02:00
parent eb95af4add
commit fee3ae45c8
+1 -1
View File
@@ -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