74199: Edit current DSO button

This commit is contained in:
Kristof De Langhe
2020-10-26 17:49:56 +01:00
parent 892e7bdaa1
commit 06769493e1
19 changed files with 214 additions and 80 deletions

View File

@@ -30,6 +30,6 @@ export class ItemVersionHistoryComponent {
}
ngOnInit(): void {
this.itemRD$ = this.route.parent.data.pipe(map((data) => data.item)).pipe(getSucceededRemoteData()) as Observable<RemoteData<Item>>;
this.itemRD$ = this.route.parent.data.pipe(map((data) => data.dso)).pipe(getSucceededRemoteData()) as Observable<RemoteData<Item>>;
}
}