This commit is contained in:
Johannes Hammersen 2024-09-25 08:08:43 +00:00 committed by GitHub
commit e1f0fd13f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -500,7 +500,7 @@ class GridFieldOrderableRows extends RequestHandler implements
$move = $request->postVar('move');
$field = $this->getSortField();
$list = $grid->getList();
$list = $grid->getList()->sort($field);
$manip = $grid->getManipulatedList();
$existing = $manip->map('ID', $field)->toArray();