Merge pull request #255 from n8-sd/feature/allow_onAfterReorderItems_sortedIDs

Allow onAfterreorderItems extra variables.
This commit is contained in:
Robbie Averill 2018-05-11 15:33:18 +12:00 committed by GitHub
commit e898711add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ class GridFieldOrderableRows extends RequestHandler implements
}
}
$this->extend('onAfterReorderItems', $list);
$this->extend('onAfterReorderItems', $list, $values, $sortedIDs);
}
protected function populateSortValues(DataList $list)