Merge pull request #2250 from damian-joz/1787-coll-comm-item-counts

Displaying item counts at Communities and Collections list view.
This commit is contained in:
Tim Donohue
2023-06-14 14:08:23 -05:00
committed by GitHub
6 changed files with 65 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
<span *ngIf="linkType == linkTypes.None" class="lead">
{{ dsoNameService.getName(object) }}
</span>
<span *ngIf="object.archivedItemsCount >= 0" class="lead archived-items-lead">[{{object.archivedItemsCount}}]</span>
<div *ngIf="object.shortDescription" class="text-muted abstract-text">
{{object.shortDescription}}
</div>