Merge pull request #9994 from GuySartorelli/patch-1

ENH Provide onBeforeRenderHolder extension hook in GridField.
This commit is contained in:
Steve Boyd 2021-08-06 09:47:53 +12:00 committed by GitHub
commit 9b42624616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -438,6 +438,8 @@ class GridField extends FormField
*/
public function FieldHolder($properties = [])
{
$this->extend('onBeforeRenderHolder', $this, $properties);
$columns = $this->getColumns();
$list = $this->getManipulatedList();