Skip to content

Commit

Permalink
fix wrong method on projected dossier
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-durand committed Jul 24, 2024
1 parent 7da3e05 commit 4b1e743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/instructeurs/procedures/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
dossier_is_followed: @followed_dossiers_id.include?(p.dossier_id),
close_to_expiration: @statut == 'expirant',
hidden_by_administration: @statut == 'supprimes_recemment',
hidden_by_expired: p.hidden_by_expired?,
hidden_by_expired: p.hidden_by_reason == 'expired',
sva_svr: @procedure.sva_svr_enabled?,
has_blocking_pending_correction: @procedure.feature_enabled?(:blocking_pending_correction) && p.pending_correction?,
turbo: false,
Expand Down

0 comments on commit 4b1e743

Please sign in to comment.