mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge branch '6' into 7
This commit is contained in:
commit
5cbe51b69d
@ -297,7 +297,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