From 6bd7d4710c164fb792371dc4b5a8eb8c38a7a2b8 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 --- src/components/CscPopupMenuRingTimeout.vue | 75 +++++++++++++++++++ .../call-forwarding/CscCfConditionPopup.vue | 5 +- .../call-forwarding/CscCfGroupItem.vue | 31 ++------ .../CallForward/CscCallForwardDetails.vue | 12 ++- src/i18n/de.json | 7 +- src/i18n/en.json | 6 +- src/i18n/es.json | 6 +- src/i18n/fr.json | 6 +- src/i18n/it.json | 6 +- src/pages/CscPageCf.vue | 14 +++- 10 files changed, 131 insertions(+), 37 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 b7c1970c..c3b9d04b 100644 --- a/src/components/call-forwarding/CscCfConditionPopup.vue +++ b/src/components/call-forwarding/CscCfConditionPopup.vue @@ -13,10 +13,7 @@