Skip to content

Commit

Permalink
UI-1070: Fixed data format for min_dtmf and max_dtmf that weren't wor…
Browse files Browse the repository at this point in the history
…king with new Schemas
  • Loading branch information
JRMaitre committed Jan 26, 2015
1 parent 0a45880 commit 81b39ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions submodules/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -2929,8 +2929,8 @@ define(function(require){
var self = this,
dataDirectory = {
confirm_match: false,
max_dtmf: '0',
min_dtmf: '3',
max_dtmf: 0,
min_dtmf: 3,
name: 'SmartPBX Directory',
sort_by: 'last_name'
};
Expand Down

0 comments on commit 81b39ad

Please sign in to comment.