Skip to content

Commit

Permalink
Merge branch 'UI-2559'
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado committed Feb 10, 2017
2 parents 933d3e2 + ff1d37f commit 3e7ec6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submodules/users/users.js
Expand Up @@ -3074,7 +3074,7 @@ define(function(require){
accountId: self.accountId,
data: {
filters: {
'filter_mobile.mdn': mdn
'filter_mobile.mdn': encodeURIComponent(mdn)
}
}
},
Expand Down Expand Up @@ -3436,7 +3436,7 @@ define(function(require){
resource: 'callflow.searchByNumber',
data: {
accountId: self.accountId,
value: encodeURIComponent('+1' + phoneNumber),
value: encodeURIComponent(phoneNumber),
filter_owner_id: userId,
filter_type: 'mobile'
},
Expand Down

0 comments on commit 3e7ec6e

Please sign in to comment.