remove "Previous instantiotion" button from service popup.
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / controller / creationDialogController.js
index a6f6cc6..e922853 100755 (executable)
@@ -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();
     }