feat(gallery): notify instructeur if pieces jointes updates
This commit is contained in:
parent
5153b9a3ff
commit
d9f604e8ce
9 changed files with 47 additions and 19 deletions
|
@ -9,7 +9,8 @@
|
|||
|
||||
- if dossier.champs.map(&:piece_justificative_file).flatten.any?
|
||||
= dynamic_tab_item(t('views.instructeurs.dossiers.tab_steps.attachments'),
|
||||
pieces_jointes_instructeur_dossier_path(dossier.procedure, dossier))
|
||||
pieces_jointes_instructeur_dossier_path(dossier.procedure, dossier),
|
||||
notification: notifications_summary[:pieces_jointes])
|
||||
|
||||
= dynamic_tab_item(t('views.instructeurs.dossiers.tab_steps.private_annotations'),
|
||||
annotations_privees_instructeur_dossier_path(dossier.procedure, dossier),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue