Skip to content

Commit

Permalink
Fix #15036 - Input fields missing checks for MaxSizeForInputField
Browse files Browse the repository at this point in the history
Fixes: #15036
Pull-request: #15056
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 4, 2019
2 parents a83947c + 1356b1b commit cfc75fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/config.values.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@
'MaxNavigationItems' => 'validatePositiveNumber',
'MaxCharactersInDisplayedSQL' => 'validatePositiveNumber',
'MaxRows' => 'validatePositiveNumber',
'MaxSizeForInputField' => 'validatePositiveNumber',
'MinSizeForInputField' => 'validateNonNegativeNumber',
'MaxTableList' => 'validatePositiveNumber',
'MemoryLimit' => array(array('validateByRegex', '/^(-1|(\d+(?:[kmg])?))$/i')),
'NavigationTreeTableLevel' => 'validatePositiveNumber',
Expand Down

0 comments on commit cfc75fd

Please sign in to comment.