From b9ea5133e39a82c83fafe425896ff1d5b1034e8a Mon Sep 17 00:00:00 2001 From: Yana De Pauw Date: Wed, 19 Dec 2018 12:40:25 +0100 Subject: [PATCH] Remove edit page menu options not handled in this PR --- .../edit-item-page/item-status/item-status.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/+item-page/edit-item-page/item-status/item-status.component.ts b/src/app/+item-page/edit-item-page/item-status/item-status.component.ts index 82c00a1d06..2b2c7a2ed4 100644 --- a/src/app/+item-page/edit-item-page/item-status/item-status.component.ts +++ b/src/app/+item-page/edit-item-page/item-status/item-status.component.ts @@ -59,8 +59,6 @@ export class ItemStatusComponent implements OnInit { The value is supposed to be a href for the button */ this.operations = []; - this.operations.push(new ItemOperation('mappedCollections', this.getCurrentUrl() + '/')); - this.operations.push(new ItemOperation('move', this.getCurrentUrl() + '/move')); if (this.item.isWithdrawn) { this.operations.push(new ItemOperation('reinstate', this.getCurrentUrl() + '/reinstate')); } else {