mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Add an extension hook for the batch actions form.
This commit is contained in:
parent
debd81d380
commit
9e984b8c99
@ -1379,7 +1379,8 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
);
|
||||
$form->addExtraClass('cms-batch-actions nostyle');
|
||||
$form->unsetValidator();
|
||||
|
||||
|
||||
$this->extend('updateBatchActionsForm', $form);
|
||||
return $form;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user