mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR add extendability to SecurityAdmin (from r100360)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111621 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
fc340c51a5
commit
2010923fe2
@ -124,6 +124,8 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
|||||||
new FormAction('addmember',_t('SecurityAdmin.ADDMEMBER','Add Member'))
|
new FormAction('addmember',_t('SecurityAdmin.ADDMEMBER','Add Member'))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->extend('updateRootFormFields', $fields, $actions);
|
||||||
|
|
||||||
$form = new Form(
|
$form = new Form(
|
||||||
$this,
|
$this,
|
||||||
'EditForm',
|
'EditForm',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user