-
+
- {{'DMP-LISTING.TEXT-INFO' | translate}}
{{'DMP-LISTING.TEXT-INFO-QUESTION' | translate}} {{'DMP-LISTING.LINK-ZENODO' | translate}} {{'DMP-LISTING.GET-IDEA' | translate}}
@@ -11,17 +11,17 @@
+
-
2 ? '57px' : '37px'" (click)="openFiltersDialog()">
+
2 ? '57px' : '37px'" (click)="openFiltersDialog()">
-
+
diff --git a/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.ts b/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.ts
index 6712cba51..037d9c75b 100644
--- a/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.ts
+++ b/dmp-frontend/src/app/ui/dmp/listing/dmp-listing.component.ts
@@ -53,6 +53,7 @@ export class DmpListingComponent extends BaseListingComponent {
+ this.hasLoadedListingItems = true;
if (!result) { return []; }
this.totalCount = result.count;
if (this.lookup?.page?.offset === 0) this.listingItems = [];
this.listingItems.push(...result.items);
+ this.hasLoadedListingItems = true;
}));
}
}