mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
e43a2409cd
BUGFIX Requiring CMS_ACCESS_CommentAdmin instead of ADMIN permissions in PageCommentInterface and CommentAdmin administrative actions (from r104968) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112459 467b73ca-7a2a-4603-9d3b-597d59a354a9
62 lines
1.3 KiB
YAML
62 lines
1.3 KiB
YAML
Member:
|
|
commentadmin:
|
|
FirstName: admin
|
|
visitor:
|
|
FirstName: visitor
|
|
|
|
Group:
|
|
commentadmins:
|
|
Title: Admin
|
|
Members: =>Member.commentadmin
|
|
|
|
Permission:
|
|
admin:
|
|
Code: CMS_ACCESS_CommentAdmin
|
|
Group: =>Group.commentadmins
|
|
|
|
Page:
|
|
first:
|
|
Title: First page
|
|
URLSegment: first-page
|
|
ProvideComments: 1
|
|
second:
|
|
Title: Second page
|
|
URLSegment: second-page
|
|
ProvideComments: 1
|
|
third:
|
|
Title: Third page
|
|
URLSegment:third-page
|
|
ProvideComments: 1
|
|
pageNoComments:
|
|
Title: No comments
|
|
URLSegment: no-comments
|
|
ProvideComments: 0
|
|
|
|
PageComment:
|
|
firstComA:
|
|
ParentID: =>Page.first
|
|
Name: FA
|
|
Comment: textFA
|
|
secondComA:
|
|
ParentID: =>Page.second
|
|
Name: SA
|
|
Comment: textSA
|
|
secondComB:
|
|
ParentID: =>Page.second
|
|
Name: SB
|
|
Comment: textSB
|
|
thirdComA:
|
|
ParentID: =>Page.third
|
|
Name: TA
|
|
Comment: textTA
|
|
thirdComB:
|
|
ParentID: =>Page.third
|
|
Name: TB
|
|
Comment: textTB
|
|
thirdComC:
|
|
ParentID: =>Page.third
|
|
Name: TC
|
|
Comment: textTC
|
|
disabledCom:
|
|
ParentID: =>Page.pageNoComments
|
|
Name: Disabled |