mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Allow onAfterreorderItems extra variables.
This commit is contained in:
parent
b93a8f28ac
commit
e15f1766bf
@ -586,7 +586,7 @@ class GridFieldOrderableRows extends RequestHandler implements
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->extend('onAfterReorderItems', $list);
|
$this->extend('onAfterReorderItems', $list, $values, $sortedIDs);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function populateSortValues(DataList $list)
|
protected function populateSortValues(DataList $list)
|
||||||
|
Loading…
Reference in New Issue
Block a user