Merge pull request #2463 from ajshort/extend-batch-actions-form

Add an extension hook for the batch actions form.
This commit is contained in:
Will Rossiter 2013-09-26 23:05:31 -07:00
commit 17b649c6b8

View File

@ -1380,6 +1380,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
$form->addExtraClass('cms-batch-actions nostyle');
$form->unsetValidator();
$this->extend('updateBatchActionsForm', $form);
return $form;
}