From f0eaf626fae74b095fab912b2a554130f48fa5bb Mon Sep 17 00:00:00 2001 From: Debora Crescenzo Date: Fri, 4 Apr 2025 15:50:48 +0100 Subject: [PATCH] MT#62359 Improve "After Ring Timeout" Settings UI modified to clearly show the "After Ring Timeout" as unique parameter that is editable in one place only. Change-Id: Ieadc2c255ad8977664c2288269cef6c1a8da5b72 (cherry picked from commit 6bd7d4710c164fb792371dc4b5a8eb8c38a7a2b8) (cherry picked from commit fd66c44307d32c6a658ea5220632f0a69a196edb) --- src/components/CscPopupMenuRingTimeout.vue | 75 +++++++++++++++++++ .../call-forwarding/CscCfConditionPopup.vue | 9 +-- .../call-forwarding/CscCfGroupItem.vue | 35 ++------- .../CallForward/CscCallForwardDetails.vue | 12 ++- src/i18n/de.json | 7 +- src/i18n/en.json | 6 +- src/i18n/es.json | 12 ++- src/i18n/fr.json | 6 +- src/i18n/it.json | 30 ++++---- src/pages/CscPageCf.vue | 14 +++- 10 files changed, 148 insertions(+), 58 deletions(-) create mode 100644 src/components/CscPopupMenuRingTimeout.vue diff --git a/src/components/CscPopupMenuRingTimeout.vue b/src/components/CscPopupMenuRingTimeout.vue new file mode 100644 index 00000000..99c927fb --- /dev/null +++ b/src/components/CscPopupMenuRingTimeout.vue @@ -0,0 +1,75 @@ + + + diff --git a/src/components/call-forwarding/CscCfConditionPopup.vue b/src/components/call-forwarding/CscCfConditionPopup.vue index be236142..5b0d09aa 100644 --- a/src/components/call-forwarding/CscCfConditionPopup.vue +++ b/src/components/call-forwarding/CscCfConditionPopup.vue @@ -12,13 +12,8 @@