suggestion de Colin
Co-authored-by: Colin Darie <colin@darie.eu>
This commit is contained in:
parent
97ef01b075
commit
98782f8bf0
1 changed files with 0 additions and 3 deletions
|
@ -92,11 +92,8 @@ class NotificationMailer < ApplicationMailer
|
|||
def set_jdma
|
||||
if params[:state] == Dossier.states.fetch(:en_construction) && @dossier.procedure.monavis_embed
|
||||
@jdma_html = @dossier.procedure.monavis_embed_html_source("email")
|
||||
else
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
def set_dossier
|
||||
@dossier = params[:dossier]
|
||||
configure_defaults_for_user(@dossier.user)
|
||||
|
|
Loading…
Reference in a new issue