mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 15:05:39 +00:00
Merge fbf7b864d574a3688f7267765223ab80278c7e82 into 54b5fc148369cfbff815d9e5d84c3df952951328
This commit is contained in:
commit
e1f0fd13f9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user