fixed test issue

This commit is contained in:
lotte
2019-10-16 16:32:22 +02:00
parent 437dce9b15
commit ddbe0c825a

View File

@@ -9,7 +9,7 @@
<span class="text-muted">
<ds-truncatable-part [id]="dso.id" [minLines]="3">
<span *ngIf="dso.allMetadata(['dc.description']).length > 0"
class="item-list-orgunit-description">
class="item-list-org-unit-description">
<ds-truncatable-part [id]="dso.id" [minLines]="3"><span
[innerHTML]="firstMetadataValue('dc.description')"></span>
</ds-truncatable-part>