Skip to content

Commit

Permalink
UI-1389: Fixed issue with faxboxes using wrong IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Apr 22, 2015
1 parent a63d1ba commit 234e754
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions whapps/voip/faxbox/faxbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ winkstart.module('voip', 'faxbox', {
api_url: winkstart.apps.voip.api_url
},
function(_data, status) {
data.faxbox = THIS.get_default_faxbox();
data.faxbox = $.extend(true, {}, currentFaxbox, {
id: _data.data.id,
data.faxbox = $.extend(true, {}, THIS.get_default_faxbox(), data.faxbox, currentFaxbox, {
cloud_connector_claim_url: faxbox_html.find('#cloud_connector_claim_url').attr('href'),
notifications: {
inbound: {
Expand Down

0 comments on commit 234e754

Please sign in to comment.