Merge pull request #10930 from colinux/fix-dropdown-list-filter-length

ETQ instructeur je peux filtrer un champ "choix simple" avec un long libellé d'option
This commit is contained in:
Colin Darie 2024-10-14 19:18:35 +00:00 committed by GitHub
commit ed6a254135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 7 deletions

View file

@ -8,7 +8,7 @@ class ProcedurePresentation < ApplicationRecord
SLASH = '/'
TYPE_DE_CHAMP = 'type_de_champ'
FILTERS_VALUE_MAX_LENGTH = 100
FILTERS_VALUE_MAX_LENGTH = 4048
# https://www.postgresql.org/docs/current/datatype-numeric.html
PG_INTEGER_MAX_VALUE = 2147483647