65272: Post-merge fixes

This commit is contained in:
Kristof De Langhe
2020-05-04 17:38:31 +02:00
parent 07c8c593ec
commit b5e1394fce
7 changed files with 42 additions and 38 deletions

View File

@@ -26,7 +26,7 @@ export class EditItemTemplatePageComponent implements OnInit {
}
ngOnInit(): void {
this.collectionRD$ = this.route.data.pipe(first(), map((data) => data.collection));
this.collectionRD$ = this.route.parent.data.pipe(first(), map((data) => data.dso));
}
/**