mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Remove edit page menu options not handled in this PR
This commit is contained in:
@@ -59,8 +59,6 @@ export class ItemStatusComponent implements OnInit {
|
|||||||
The value is supposed to be a href for the button
|
The value is supposed to be a href for the button
|
||||||
*/
|
*/
|
||||||
this.operations = [];
|
this.operations = [];
|
||||||
this.operations.push(new ItemOperation('mappedCollections', this.getCurrentUrl() + '/'));
|
|
||||||
this.operations.push(new ItemOperation('move', this.getCurrentUrl() + '/move'));
|
|
||||||
if (this.item.isWithdrawn) {
|
if (this.item.isWithdrawn) {
|
||||||
this.operations.push(new ItemOperation('reinstate', this.getCurrentUrl() + '/reinstate'));
|
this.operations.push(new ItemOperation('reinstate', this.getCurrentUrl() + '/reinstate'));
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user