This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-voip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
UI-3328: Reverse module presence check and check against skipped_modules (
#134
)
4.3
Joris Tirado
7 years ago
parent
eee55062e2
commit
c91c79b1f5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
)
;
}
}
Write
Preview
Loading…
Cancel
Save