Revert "Try to fix orange badge hell"

This reverts commit 1fd92565f3.
This commit is contained in:
Paul Chavard 2021-04-07 18:09:43 +01:00
parent 113dbe4969
commit 3f994a6fc8

View file

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