Make widgets page accessible to all user types

This commit is contained in:
drigato 2015-08-28 11:32:19 -04:00
parent 4307e326f1
commit e3b09e9aa9
2 changed files with 2 additions and 2 deletions

View File

@ -62,6 +62,7 @@ $ccAcl->allow('G', 'index')
->allow('G', 'rest:show-image', 'get')
->allow('G', 'rest:media', 'get')
->allow('G', 'setup')
->allow('G', 'embeddablewidgets')
->allow('H', 'soundcloud')
->allow('H', 'rest:show-image')
->allow('H', 'rest:media')
@ -76,8 +77,6 @@ $ccAcl->allow('G', 'index')
->allow('A', 'user')
->allow('A', 'systemstatus')
->allow('A', 'preference')
->allow('A', 'player')
->allow('A', 'embeddablewidgets')
->allow('S', 'thank-you')
->allow('S', 'billing');

View File

@ -27,6 +27,7 @@ $pages = array(
'module' => 'default',
'controller' => 'embeddablewidgets',
'action' => 'player',
'resource' => 'embeddablewidgets',
'title' => 'Widgets',
'pages' => array(
array(