add limit of 500 dossiers
This commit is contained in:
parent
5802f3f7cf
commit
93a85ca4b0
4 changed files with 90 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue