Merge branch 'main' into #0-fix-thumbnail

This commit is contained in:
Dániel Péter Sipos
2020-10-28 10:44:59 +01:00
7 changed files with 89 additions and 19 deletions

View File

@@ -33,9 +33,6 @@ export class SearchResultGridElementComponent<T extends SearchResult<K>, K exten
protected bitstreamDataService: BitstreamDataService
) {
super();
if (hasValue(this.object)) {
this.isCollapsed$ = this.isCollapsed();
}
}
/**
@@ -44,6 +41,7 @@ export class SearchResultGridElementComponent<T extends SearchResult<K>, K exten
ngOnInit(): void {
if (hasValue(this.object)) {
this.dso = this.object.indexableObject;
this.isCollapsed$ = this.isCollapsed();
}
}