fix(instructeur): fix dossiers suivis filter (merge behavior change in rails 7)
This commit is contained in:
parent
e0071cf1bb
commit
11065946ce
2 changed files with 31 additions and 12 deletions
|
@ -432,8 +432,8 @@ class Dossier < ApplicationRecord
|
|||
when 'suivis'
|
||||
instructeur
|
||||
.followed_dossiers
|
||||
.en_cours
|
||||
.merge(visible_by_administration)
|
||||
.en_cours
|
||||
when 'traites'
|
||||
visible_by_administration.termine
|
||||
when 'tous'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue