diff options
Diffstat (limited to 'vid-app-common')
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js | 4 |
1 files changed, 0 insertions, 4 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 a6f6cc69d..e92285311 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 @@ -75,10 +75,6 @@ var creationDialogController = function (COMPONENT, FIELD, PARAMETER, $scope, $h { $location.path('/servicePlanning').search({serviceModelId: event.data.data.serviceModelId}); } - } else if (event.data.eventId == 'showPreviousInstantiations') { - { - $location.path('/instantiationStatus').search({filterText: event.data.data.serviceModelId}); - } } $scope.$apply(); } |