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:
commit
ed6a254135
3 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue