Compare commits

...

3 Commits

Author SHA1 Message Date
Guy Sartorelli
808fa42370
Merge d4488d726b822b2d0262177aba3aed7131095695 into 5cbe51b69df3a1f97b0cde0c4034c0383bc4e79c 2024-09-24 09:56:01 +02:00
github-actions
5cbe51b69d Merge branch '6' into 7 2024-09-24 01:42:03 +00:00
Guy Sartorelli
fa8f7984af
ENH Don't use deprecated method (#1329) 2024-09-19 13:46:18 +12:00

View File

@ -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);