Browse Source
UI-3081: Disable failover by default when call forward is enabled (#59)
4.3
Joris Tirado
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
5 deletions
-
submodules/users/users.js
-
views/users-feature-call_forward.html
|
|
|
@ -2166,6 +2166,7 @@ define(function(require) { |
|
|
|
formData.failover = true; |
|
|
|
} else { |
|
|
|
formData.enabled = true; |
|
|
|
formData.failover = false; |
|
|
|
} |
|
|
|
|
|
|
|
formData.number = monster.util.unformatPhoneNumber(formData.number, 'keepPlus'); |
|
|
|
|
|
|
|
@ -56,11 +56,6 @@ |
|
|
|
<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}} |
|
|
|
|