Skip to content

Commit

Permalink
BUG "publish" permission required but not available Fixes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson committed Feb 5, 2016
1 parent b92aec6 commit def7a82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/dataobjects/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ public function providePermissions()
'name' => 'Create a Block',
'category' => 'Blocks',
),
'BLOCK_PUBLISH' => array(
'name' => 'Publish a Block',
'category' => 'Blocks',
),
);
}

Expand Down

0 comments on commit def7a82

Please sign in to comment.