Get all dossiers on one table for User and Gestionnaire (opensimplif)
This commit is contained in:
parent
6c00b652e8
commit
028078216a
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@ class DossiersListFacades
|
|||
end
|
||||
|
||||
def dossiers_to_display
|
||||
service.dossiers_to_display
|
||||
if Features.opensimplif
|
||||
@current_devise_profil.dossiers
|
||||
else
|
||||
service.dossiers_to_display
|
||||
end
|
||||
end
|
||||
|
||||
def preference_list_dossiers_filter
|
||||
|
|
Loading…
Add table
Reference in a new issue