summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src')
-rw-r--r--catalog-ui/src/app/view-models/workspace/workspace-view-model.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/catalog-ui/src/app/view-models/workspace/workspace-view-model.ts b/catalog-ui/src/app/view-models/workspace/workspace-view-model.ts
index 7fa25177f5..3797707046 100644
--- a/catalog-ui/src/app/view-models/workspace/workspace-view-model.ts
+++ b/catalog-ui/src/app/view-models/workspace/workspace-view-model.ts
@@ -455,16 +455,6 @@ export class WorkspaceViewModel {
version: this.$scope.component.version
};
- // Notifying about events after successfully executing the actions
- switch (state) {
- case "checkOut":
- this.eventBusService.notify("CHECK_OUT", eventData);
- break;
- case "deleteVersion":
- this.eventBusService.notify("UNDO_CHECK_OUT", eventData);
- break;
- }
-
//the server returns only metaData (small component) except checkout (Full component) ,so we update only the statuses of distribution & lifecycle
this.$scope.component.lifecycleState = component.lifecycleState;
this.$scope.component.distributionStatus = component.distributionStatus;