Skip to content

Commit dbd3a4a

Browse files
LUC065-176 simple item view customisations - testing itemType
1 parent 6d770d2 commit dbd3a4a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
</ds-themed-metadata-representation-list>
4141
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
4242
[parentItem]="object"
43-
[itemType]="'Funder'"
43+
[itemType]="'Person'"
4444
[metadataFields]="['dc.contributor.sponsor']"
4545
[label]="'relationships.isSponsorOf' | translate">
4646
</ds-themed-metadata-representation-list>
4747
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
4848
[parentItem]="object"
49-
[itemType]="'Subject'"
49+
[itemType]="'Person'"
5050
[metadataFields]="['dc.subject']"
5151
[label]="'item.page.subject' | translate">
5252
</ds-themed-metadata-representation-list>

src/themes/sta/app/item-page/simple/item-types/untyped-item/sta-untyped-item.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
</ds-themed-metadata-representation-list>
4141
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
4242
[parentItem]="object"
43-
[itemType]="'Funder'"
43+
[itemType]="'Person'"
4444
[metadataFields]="['dc.contributor.sponsor']"
4545
[label]="'relationships.isSponsorOf' | translate">
4646
</ds-themed-metadata-representation-list>
4747
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
4848
[parentItem]="object"
49-
[itemType]="'Subject'"
49+
[itemType]="'Person'"
5050
[metadataFields]="['dc.subject']"
5151
[label]="'item.page.subject' | translate">
5252
</ds-themed-metadata-representation-list>

0 commit comments

Comments
 (0)