mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Merge fbf7b864d5
into 54b5fc1483
This commit is contained in:
commit
e1f0fd13f9
@ -500,7 +500,7 @@ class GridFieldOrderableRows extends RequestHandler implements
|
|||||||
$move = $request->postVar('move');
|
$move = $request->postVar('move');
|
||||||
$field = $this->getSortField();
|
$field = $this->getSortField();
|
||||||
|
|
||||||
$list = $grid->getList();
|
$list = $grid->getList()->sort($field);
|
||||||
$manip = $grid->getManipulatedList();
|
$manip = $grid->getManipulatedList();
|
||||||
|
|
||||||
$existing = $manip->map('ID', $field)->toArray();
|
$existing = $manip->map('ID', $field)->toArray();
|
||||||
|
Loading…
Reference in New Issue
Block a user