Allow onAfterreorderItems extra variables.

This commit is contained in:
Nathan SD 2018-04-24 14:25:13 +12:00
parent b93a8f28ac
commit e15f1766bf

View File

@ -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)