mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-4499] Version history - SSR bug fixed
This commit is contained in:
@@ -405,8 +405,7 @@ export class ItemVersionsComponent implements OnInit {
|
||||
);
|
||||
|
||||
const versionHistory$ = this.versionHistoryRD$.pipe(
|
||||
getAllSucceededRemoteData(),
|
||||
getRemoteDataPayload(),
|
||||
getFirstSucceededRemoteDataPayload(),
|
||||
hasValueOperator(),
|
||||
);
|
||||
this.getAllVersions(versionHistory$);
|
||||
|
Reference in New Issue
Block a user