Merge pull request #9122 from aNickzz/4

Add onBeforeRenderHolder extension point for FormField
This commit is contained in:
Robbie Averill 2019-09-06 11:53:10 -07:00 committed by GitHub
commit 42dd02ef78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1036,6 +1036,8 @@ class FormField extends RequestHandler
{
$context = $this;
$this->extend('onBeforeRenderHolder', $context, $properties);
if (count($properties)) {
$context = $this->customise($properties);
}