aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2020-01-09 18:43:41 +0200
committerIttay Stern <ittay.stern@att.com>2020-01-12 07:39:58 +0000
commitcd831aaf5f5be59bcdb1adcfe441590df91a86ac (patch)
tree7504c18ca6fd2c11399f69083b276806590c559d /vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
parent9c131c1f272c6a2058a72a51cf1af43251d34191 (diff)
Refresh view/edit instance after Add VF Module fails
Issue-ID: VID-479 Change-Id: I059d0333a70aac6a676f4fc26a219d6a9d0316d5 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
index 673d2f6c4..f2301f582 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
@@ -1497,6 +1497,7 @@ Private metthods
$scope.reloadRoute();
} else {
color = FIELD.ID.COLOR_F88;
+ $scope.reloadRoute();
}
$scope.callbackStyle = {
"background-color": color