diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-27 13:41:28 +0200 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-06-27 13:41:28 +0200 |
commit | 29213546a4468aa4a853dee8091bbd556f7d0f51 (patch) | |
tree | 061431ee9e05e11053b0f56d34490d460f3d9b40 /public/js | |
parent | 7ffb10465ecdbd96fc3c3ba9d8df92485f787e62 (diff) |
Fixed show_avatar in the switchboard#show
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/app.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/app.js b/public/js/app.js index 5b7469a..733989a 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -53,6 +53,7 @@ App.Switchboard = DS.Model.extend({ activeCalls: DS.hasMany('App.ActiveCall'), dispatchableIncomingCalls: DS.hasMany('App.DispatchableIncomingCall'), name: DS.attr('string'), + show_avatars: DS.attr('boolean'), blind_transfer_activated: DS.attr('boolean'), attended_transfer_activated: DS.attr('boolean') }); |