Fixes issue #3276 - Software error when Elasticsearch is not configured and rake searchindex:rebuild
This commit is contained in:
parent
9e8f85477d
commit
96c5267559
2 changed files with 2 additions and 2 deletions
|
@ -88,4 +88,4 @@ class ChannelForm extends App.ControllerSubContent
|
||||||
value = @paramsSetting.find('[name=group_id]').val()
|
value = @paramsSetting.find('[name=group_id]').val()
|
||||||
App.Setting.set('form_ticket_create_group_id', value)
|
App.Setting.set('form_ticket_create_group_id', value)
|
||||||
|
|
||||||
App.Config.set('Form', { prio: 2000, name: 'Form', parent: '#channels', target: '#channels/form', controller: ChannelForm, permission: ['admin.formular'] }, 'NavBarAdmin')
|
App.Config.set('Form', { prio: 2000, name: 'Form', parent: '#channels', target: '#channels/form', controller: ChannelForm, permission: ['admin.channel_formular'] }, 'NavBarAdmin')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
class App.ChannelGoogle extends App.ControllerTabs
|
class App.ChannelGoogle extends App.ControllerTabs
|
||||||
requiredPermission: 'admin.channel_email'
|
requiredPermission: 'admin.channel_google'
|
||||||
header: 'Google'
|
header: 'Google'
|
||||||
constructor: ->
|
constructor: ->
|
||||||
super
|
super
|
||||||
|
|
Loading…
Reference in a new issue