mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
Merge pull request #255 from n8-sd/feature/allow_onAfterReorderItems_sortedIDs
Allow onAfterreorderItems extra variables.
This commit is contained in:
commit
e898711add
@ -598,7 +598,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