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:
LeSim 2024-08-20 07:37:04 +00:00 committed by GitHub
commit d4329bce7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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