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