This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
monster-ui-callcenter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fixed error when agents status is queried and there are no agents.
master
Ruel Tmeizeh - RuhNet
4 months ago
parent
308b477bad
commit
0fdf7d9165
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/apps/callcenter/app.js
+ 3
- 0
src/apps/callcenter/app.js
View File
@ -363,6 +363,9 @@ var app = {
}
,
success
:
function
(
data
)
{
callback
(
data
.
data
)
;
}
,
error
:
function
(
data
)
{
callback
(
{
data
:
[
]
}
)
}
}
)
;
}
,
Write
Preview
Loading…
Cancel
Save