mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Add EditForm to list of allowed actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70729 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
12bd84481c
commit
c7a03db6e7
@ -23,7 +23,8 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
||||
'removememberfromgroup',
|
||||
'savemember',
|
||||
'AddRecordForm',
|
||||
'MemberForm'
|
||||
'MemberForm',
|
||||
'EditForm'
|
||||
);
|
||||
|
||||
public function init() {
|
||||
@ -229,4 +230,4 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user