mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60338 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
aa7780371c
commit
109f207e16
@ -178,6 +178,8 @@ class RestfulServerTest_Comment extends DataObject implements PermissionProvider
|
||||
"Comment" => "Text"
|
||||
);
|
||||
|
||||
static $has_many = array();
|
||||
|
||||
public function providePermissions(){
|
||||
return array(
|
||||
'EDIT_Comment' => 'Edit Comment Objects',
|
||||
|
Loading…
Reference in New Issue
Block a user