Remove unrelated ItemOperation

This commit is contained in:
Yana De Pauw
2018-12-19 13:20:42 +01:00
parent e2420c56d3
commit 1e62262050

View File

@@ -59,8 +59,7 @@ 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 = [
new ItemOperation('mappedCollections',this.getCurrentUrl() + '/'), new ItemOperation('move', this.getCurrentUrl() + '/move')
new ItemOperation('move', this.getCurrentUrl() + '/move'),
] ]
} }