Browse Source

UI-3081: Disable failover when call forwarding is enabled (#58)

4.3
Joris Tirado 8 years ago
committed by GitHub
parent
commit
25c14d305b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions
  1. +0
    -1
      submodules/users/users.js
  2. +5
    -0
      views/users-feature-call_forward.html

+ 0
- 1
submodules/users/users.js View File

@ -2166,7 +2166,6 @@ define(function(require) {
formData.failover = true;
} else {
formData.enabled = true;
formData.failover = true;
}
formData.number = monster.util.unformatPhoneNumber(formData.number, 'keepPlus');


+ 5
- 0
views/users-feature-call_forward.html View File

@ -56,6 +56,11 @@
<input type="checkbox" name="keep_caller_id"{{#if call_forward.keep_caller_id}} checked{{/if}}></input>
{{/monsterCheckbox}}
</label>
<label class="fix-left">
{{#monsterCheckbox i18n.users.call_forward.failover}}
<input type="checkbox" name="failover"{{#if call_forward.failover}} checked{{/if}}></input>
{{/monsterCheckbox}}
</label>
</form>
{{#if extra.timeoutTooShort}}


Loading…
Cancel
Save