Merge branch '3' into 4.0

This commit is contained in:
Guy Sartorelli 2023-08-30 10:17:49 +12:00
commit 25a0c4d470
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class GridFieldAddExistingSearchHandler extends RequestHandler
public function doSearch($data, $form)
{
$list = $this->context->getQuery($data, false, false, $this->getSearchList());
$list = $this->context->getQuery($data, false, null, $this->getSearchList());
$list = $list->subtract($this->grid->getList());
$list = PaginatedList::create($list, $this->request);