Try to fix orange badge hell

This commit is contained in:
Paul Chavard 2021-04-07 15:07:05 +01:00
parent 8c5c360c4d
commit 1fd92565f3

View file

@ -172,7 +172,9 @@ module Instructeurs
if @commentaire.save if @commentaire.save
@commentaire.dossier.update!(last_commentaire_updated_at: Time.zone.now) @commentaire.dossier.update!(last_commentaire_updated_at: Time.zone.now)
current_instructeur.follow(dossier) if !current_instructeur.follow?(dossier)
current_instructeur.follow(dossier)
end
flash.notice = "Message envoyé" flash.notice = "Message envoyé"
redirect_to messagerie_instructeur_dossier_path(procedure, dossier) redirect_to messagerie_instructeur_dossier_path(procedure, dossier)
else else