use DossierProjectionService

This commit is contained in:
simon lehericey 2021-04-21 12:03:15 +02:00
parent 5bfd4ecbbf
commit 0c845c937d
2 changed files with 5 additions and 2 deletions

View file

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