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
parent
commit
d8f786fcc9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      submodules/groups/groups.js

+ 1
- 1
submodules/groups/groups.js View File

@ -935,7 +935,7 @@ define(function(require) {
}, {
dataPath: 'voicemails',
label: self.i18n.active().groups.nextAction.voicemails,
module: 'voicemails',
module: 'voicemail',
entityValuePath: 'id',
entityLabelPath: 'name'
}, {


Loading…
Cancel
Save