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
@ -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…
Reference in New Issue
Block a user