mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Remove unrelated ItemOperation
This commit is contained in:
@@ -59,8 +59,7 @@ export class ItemStatusComponent implements OnInit {
|
||||
The value is supposed to be a href for the button
|
||||
*/
|
||||
this.operations = [
|
||||
new ItemOperation('mappedCollections',this.getCurrentUrl() + '/'),
|
||||
new ItemOperation('move', this.getCurrentUrl() + '/move'),
|
||||
new ItemOperation('move', this.getCurrentUrl() + '/move')
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user