Make sure you don't reopen cards

This commit is contained in:
Jorge Manrubia
2025-10-03 16:36:09 +02:00
parent f1367abfce
commit e31ce965e6
+1 -1
View File
@@ -58,7 +58,7 @@ class Card < ApplicationRecord
def handle_collection_change
transaction do
send_back_to_triage
update! column: nil
track_collection_change_event
grant_access_to_assignees unless collection.all_access?
end