mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9994 from GuySartorelli/patch-1
ENH Provide onBeforeRenderHolder extension hook in GridField.
This commit is contained in:
commit
9b42624616
@ -438,6 +438,8 @@ class GridField extends FormField
|
||||
*/
|
||||
public function FieldHolder($properties = [])
|
||||
{
|
||||
$this->extend('onBeforeRenderHolder', $this, $properties);
|
||||
|
||||
$columns = $this->getColumns();
|
||||
|
||||
$list = $this->getManipulatedList();
|
||||
|
Loading…
Reference in New Issue
Block a user