mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2463 from ajshort/extend-batch-actions-form
Add an extension hook for the batch actions form.
This commit is contained in:
commit
17b649c6b8
@ -1380,6 +1380,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
|||||||
$form->addExtraClass('cms-batch-actions nostyle');
|
$form->addExtraClass('cms-batch-actions nostyle');
|
||||||
$form->unsetValidator();
|
$form->unsetValidator();
|
||||||
|
|
||||||
|
$this->extend('updateBatchActionsForm', $form);
|
||||||
return $form;
|
return $form;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user