Revert "New attemp to fix orange badge hell"
This reverts commit e83762c4e3
.
This commit is contained in:
parent
894f92ceb3
commit
3ac4a1b339
1 changed files with 0 additions and 2 deletions
|
@ -173,8 +173,6 @@ 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)
|
current_instructeur.follow(dossier)
|
||||||
# FIXME
|
|
||||||
mark_messagerie_as_read
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue