Merge branch 'browse-by-features' of https://github.com/atmire/dspace-angular into browse-by-features

Conflicts:
	src/app/core/data/data.service.spec.ts
This commit is contained in:
Kristof De Langhe
2018-08-29 14:40:38 +02:00
2 changed files with 10 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
<span *ngFor="let authorMd of object.filterMetadata(['dc.contributor.author', 'dc.creator', 'dc.contributor.*']); let last=last;">{{authorMd.value}}
<span *ngIf="!last">; </span>
</span>
<span *ngIf="object.findMetadata('dc.date.issued')" class="item-date">{{object.findMetadata("dc.date.issued")}}</span>
<span *ngIf="hasValue(object.findMetadata('dc.date.issued'))" class="item-date">{{object.findMetadata("dc.date.issued")}}</span>
</p>
</ds-truncatable-part>