changes in documentation and role allowed to access track type
This commit is contained in:
parent
cbdf3bdcb7
commit
e56a1b60f4
2 changed files with 12 additions and 8 deletions
|
@ -67,7 +67,6 @@ $ccAcl->allow('G', 'index')
|
|||
->allow('G', 'setup')
|
||||
->allow('G', 'embeddablewidgets')
|
||||
->allow('G', 'feeds')
|
||||
->allow('P', 'tracktype')
|
||||
->allow('H', 'soundcloud')
|
||||
->allow('H', 'rest:show-image')
|
||||
->allow('H', 'rest:media')
|
||||
|
@ -84,9 +83,10 @@ $ccAcl->allow('G', 'index')
|
|||
->allow('H', 'showlistenerstat')
|
||||
->allow('A', 'playouthistorytemplate')
|
||||
->allow('A', 'user')
|
||||
->allow('A', 'tracktype')
|
||||
->allow('A', 'systemstatus')
|
||||
->allow('A', 'preference');
|
||||
|
||||
|
||||
|
||||
$aclPlugin = new Zend_Controller_Plugin_Acl($ccAcl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue