mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 15:05:39 +00: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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user