From 0eb284d0ea311ba5e0b8bdc233b4362335dba29b Mon Sep 17 00:00:00 2001 From: tonyco97 Date: Mon, 6 May 2024 10:41:23 +0200 Subject: [PATCH 1/2] physicalTrunks. Fixed missing update on modal save --- wizard/app/scripts/controllers/trunks/physical.js | 1 + wizard/app/views/configurations/preferences.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wizard/app/scripts/controllers/trunks/physical.js b/wizard/app/scripts/controllers/trunks/physical.js index 8e1e958b..b661b78d 100644 --- a/wizard/app/scripts/controllers/trunks/physical.js +++ b/wizard/app/scripts/controllers/trunks/physical.js @@ -194,6 +194,7 @@ angular.module('nethvoiceWizardUiApp') } DeviceService.saveGatewayConfig(device).then(function (res) { $scope.hideGatewayDialog(); + $scope.getGatewayList('eth-fake', 'fake-network'); device.id = res.data.id if (isNew) { $scope.allDevices[device.network_key].push(device); diff --git a/wizard/app/views/configurations/preferences.html b/wizard/app/views/configurations/preferences.html index 8943496a..1b066307 100644 --- a/wizard/app/views/configurations/preferences.html +++ b/wizard/app/views/configurations/preferences.html @@ -306,10 +306,10 @@

{{'Users Configuration -
+
@@ -283,7 +283,7 @@
-
+