Browse Source

UI-3328: Reverse module presence check and check against skipped_modules (#134)

4.3
Joris Tirado 7 years ago
committed by GitHub
parent
commit
3e43b4dde9
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/users/users.js

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

@ -324,7 +324,7 @@ define(function(require) {
}
// Check if user has vmbox enabled
if (_.includes(_mainCallflow.modules, 'voicemail')) {
if (!_.includes(_mainCallflow.skipped_modules, 'voicemail')) {
dataUser.extra.features.push('vmbox');
}
}


Loading…
Cancel
Save