Merge pull request #10388 from demarches-simplifiees/hide_notification_filter_on_unfollowed_dossiers
ETQ Instructeur, je ne veux pas qu'on me propose de filtrer par notification des dossiers non suivi
This commit is contained in:
commit
d4329bce7f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
.flex.align-center
|
||||
- if @filtered_sorted_paginated_ids.present? || @current_filters.count > 0
|
||||
= render partial: "dossiers_filter_dropdown", locals: { procedure: @procedure, statut: @statut}
|
||||
= render Dossiers::NotifiedToggleComponent.new(procedure: @procedure, procedure_presentation: @procedure_presentation)
|
||||
= render Dossiers::NotifiedToggleComponent.new(procedure: @procedure, procedure_presentation: @procedure_presentation) if @statut != 'a-suivre'
|
||||
|
||||
.fr-ml-auto
|
||||
|
||||
|
|
Loading…
Reference in a new issue