mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
62589: Exclude owning collection + redirect to first tab after mapping + page reload fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<ng-container *ngVar="(dsoRD$ | async) as collectionsRD">
|
||||
<ds-pagination
|
||||
*ngIf="collectionsRD?.payload?.totalElements > 0"
|
||||
*ngIf="collectionsRD?.payload?.totalElements > 0 || collectionsRD?.payload?.page?.length > 0"
|
||||
[paginationOptions]="paginationOptions"
|
||||
[sortOptions]="sortOptions"
|
||||
[pageInfoState]="collectionsRD?.payload"
|
||||
|
Reference in New Issue
Block a user