aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2020-01-13 06:00:49 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-13 06:00:49 +0000
commit9d0eee5eee868aaee3cf169a4a6716dc1530e4e3 (patch)
tree9fa84c0b8cef50e4cad1646c37147fcb706baf65 /vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
parent900cf30dcc6e7932e85b6799ee2e019a48084071 (diff)
parentcd831aaf5f5be59bcdb1adcfe441590df91a86ac (diff)
Merge "Refresh view/edit instance after Add VF Module fails"
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
index 91d805bdf..7b6d4af6c 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
@@ -376,6 +376,7 @@ var creationDialogController = function (COMPONENT, FIELD, PARAMETER, $scope, $h
} else {
$scope.isDialogVisible = false;
$scope.popup.isVisible = false;
+ runCallback(response);
}
}
});