From f80f5974a0cccf0b8aa5bcc8db31c5b81cae5343 Mon Sep 17 00:00:00 2001 From: Debora Crescenzo Date: Tue, 13 May 2025 11:44:07 +0100 Subject: [PATCH] MT#62760 After Ring timeout CFSeat bugfix If a pilot admin subscriber tries to change the After Ring timeout for CFU set on one of the seats, the CF config crashes and change is not applied. This happens because we are not passing the subscriber_id of the Seat. In fact the change in the CF is applied to the logged in user instead. In this commit we pass the subscriber_id attribute down the three and improve the error handling. Change-Id: I27b34a095263d18ca8d00b98bc3a528b4ee35f42 --- src/components/CscPopupMenuRingTimeout.vue | 14 ++++++++++++-- .../pages/CallForward/CscCallForwardDetails.vue | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/CscPopupMenuRingTimeout.vue b/src/components/CscPopupMenuRingTimeout.vue index e8be399d..6ccd9255 100644 --- a/src/components/CscPopupMenuRingTimeout.vue +++ b/src/components/CscPopupMenuRingTimeout.vue @@ -47,6 +47,7 @@