Make widgets page accessible to all user types
This commit is contained in:
parent
4307e326f1
commit
e3b09e9aa9
|
@ -62,6 +62,7 @@ $ccAcl->allow('G', 'index')
|
||||||
->allow('G', 'rest:show-image', 'get')
|
->allow('G', 'rest:show-image', 'get')
|
||||||
->allow('G', 'rest:media', 'get')
|
->allow('G', 'rest:media', 'get')
|
||||||
->allow('G', 'setup')
|
->allow('G', 'setup')
|
||||||
|
->allow('G', 'embeddablewidgets')
|
||||||
->allow('H', 'soundcloud')
|
->allow('H', 'soundcloud')
|
||||||
->allow('H', 'rest:show-image')
|
->allow('H', 'rest:show-image')
|
||||||
->allow('H', 'rest:media')
|
->allow('H', 'rest:media')
|
||||||
|
@ -76,8 +77,6 @@ $ccAcl->allow('G', 'index')
|
||||||
->allow('A', 'user')
|
->allow('A', 'user')
|
||||||
->allow('A', 'systemstatus')
|
->allow('A', 'systemstatus')
|
||||||
->allow('A', 'preference')
|
->allow('A', 'preference')
|
||||||
->allow('A', 'player')
|
|
||||||
->allow('A', 'embeddablewidgets')
|
|
||||||
->allow('S', 'thank-you')
|
->allow('S', 'thank-you')
|
||||||
->allow('S', 'billing');
|
->allow('S', 'billing');
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ $pages = array(
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
'controller' => 'embeddablewidgets',
|
'controller' => 'embeddablewidgets',
|
||||||
'action' => 'player',
|
'action' => 'player',
|
||||||
|
'resource' => 'embeddablewidgets',
|
||||||
'title' => 'Widgets',
|
'title' => 'Widgets',
|
||||||
'pages' => array(
|
'pages' => array(
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in New Issue