mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Compare commits
2 Commits
19767cf3b0
...
5cbe51b69d
Author | SHA1 | Date | |
---|---|---|---|
|
5cbe51b69d | ||
|
fa8f7984af |
@ -297,7 +297,7 @@ SQL;
|
||||
$config->addComponent(new BulkManager);
|
||||
}
|
||||
|
||||
Deprecation::withNoReplacement(function () use ($sort, $filter, $pagination) {
|
||||
Deprecation::withSuppressedNotice(function () use ($sort, $filter, $pagination) {
|
||||
$sort->setThrowExceptionOnBadDataType(false);
|
||||
$filter->setThrowExceptionOnBadDataType(false);
|
||||
$pagination->setThrowExceptionOnBadDataType(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user