Fixed permission name.
This commit is contained in:
parent
ed99958d39
commit
89fd6f9e90
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# coffeelint: disable=no_unnecessary_double_quotes
|
# coffeelint: disable=no_unnecessary_double_quotes
|
||||||
class App.ChannelForm extends App.ControllerContent
|
class App.ChannelForm extends App.ControllerContent
|
||||||
requiredPermission: 'admin.channel_form'
|
requiredPermission: 'admin.channel_formular'
|
||||||
events:
|
events:
|
||||||
'change form.js-params': 'updateParams'
|
'change form.js-params': 'updateParams'
|
||||||
'keyup form.js-params': 'updateParams'
|
'keyup form.js-params': 'updateParams'
|
||||||
|
|
Loading…
Reference in a new issue