add limit of 500 dossiers

This commit is contained in:
Lisa Durand 2023-01-23 09:42:35 +01:00
parent 5802f3f7cf
commit 93a85ca4b0
4 changed files with 90 additions and 7 deletions

View file

@ -4,6 +4,7 @@ module Instructeurs
before_action :ensure_not_super_admin!, only: [:download_export]
ITEMS_PER_PAGE = 25
BATCH_SELECTION_LIMIT = 500
def index
@procedures = current_instructeur