use DossierProjectionService
This commit is contained in:
parent
5bfd4ecbbf
commit
0c845c937d
2 changed files with 5 additions and 2 deletions
|
@ -112,6 +112,8 @@ module Instructeurs
|
|||
|
||||
@dossiers = @dossiers.sort_by { |d| filtered_sorted_paginated_ids.index(d.id) }
|
||||
|
||||
@projected_dossiers = DossierProjectionService.project(filtered_sorted_paginated_ids, procedure_presentation.displayed_fields)
|
||||
|
||||
kaminarize(page, filtered_sorted_ids.count)
|
||||
|
||||
assign_exports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue