Browse Source
'voicemails' not valid schema (#216)
'voicemails' not valid schema. Corrected typo for valid 'callflows.voicemail' schema
4.3
Mark Diaz
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
submodules/groups/groups.js
|
|
|
@ -935,7 +935,7 @@ define(function(require) { |
|
|
|
}, { |
|
|
|
dataPath: 'voicemails', |
|
|
|
label: self.i18n.active().groups.nextAction.voicemails, |
|
|
|
module: 'voicemails', |
|
|
|
module: 'voicemail', |
|
|
|
entityValuePath: 'id', |
|
|
|
entityLabelPath: 'name' |
|
|
|
}, { |
|
|
|
|