mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
ENH Don't use deprecated method (#1329)
This commit is contained in:
parent
0fa5cc23a7
commit
fa8f7984af
@ -320,7 +320,7 @@ SQL;
|
|||||||
$config->addComponent(new BulkManager);
|
$config->addComponent(new BulkManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
Deprecation::withNoReplacement(function () use ($sort, $filter, $pagination) {
|
Deprecation::withSuppressedNotice(function () use ($sort, $filter, $pagination) {
|
||||||
$sort->setThrowExceptionOnBadDataType(false);
|
$sort->setThrowExceptionOnBadDataType(false);
|
||||||
$filter->setThrowExceptionOnBadDataType(false);
|
$filter->setThrowExceptionOnBadDataType(false);
|
||||||
$pagination->setThrowExceptionOnBadDataType(false);
|
$pagination->setThrowExceptionOnBadDataType(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user