mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #1072 from sunnysideup/patch-2
adding extension hook in GridFieldDetailForm.php
This commit is contained in:
commit
9b42dec932
@ -348,7 +348,7 @@ class GridFieldDetailForm_ItemRequest extends RequestHandler {
|
||||
|
||||
$cb = $this->component->getItemEditFormCallback();
|
||||
if($cb) $cb($form, $this);
|
||||
|
||||
$this->extend("updateItemEditForm", $form);
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user