Fixed incorrect authorization for ShowImage API
This commit is contained in:
parent
0535626df1
commit
08c53a9292
2 changed files with 2 additions and 13 deletions
|
@ -54,7 +54,8 @@ $ccAcl->allow('G', 'index')
|
|||
->allow('G', 'upgrade')
|
||||
->allow('G', 'provisioning')
|
||||
->allow('G', 'downgrade')
|
||||
->allow('G', 'rest:show-image')
|
||||
->allow('G', 'rest:show-image', 'get')
|
||||
->allow('H', 'rest:show-image')
|
||||
->allow('G', 'rest:media', 'get')
|
||||
->allow('H', 'rest:media')
|
||||
->allow('H', 'preference', 'is-import-in-progress')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue