Skip to content

Commit 2cc1e42

Browse files
LUC065-176 simple item view customisations - keywords as links working
1 parent 33667e6 commit 2cc1e42

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
[metadataFields]="['dc.contributor.sponsor']"
4545
[label]="'relationships.isSponsorOf' | translate">
4646
</ds-themed-metadata-representation-list>
47-
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
48-
[parentItem]="object"
49-
[itemType]="'Person'"
50-
[metadataFields]="['dc.subject']"
51-
[label]="'item.page.subject' | translate">
52-
</ds-themed-metadata-representation-list>
5347
<ds-generic-item-page-field [item]="object"
5448
[fields]="['dc.subject']"
5549
[label]="'item.page.subject'">

src/assets/i18n/en.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@
814814
"browse.metadata.funder": "Funder",
815815
// custom end
816816

817-
"browse.metadata.author.breadcrumbs": "Browse by Namer",
817+
"browse.metadata.author.breadcrumbs": "Browse by Auther",
818818

819819
"browse.metadata.dateissued.breadcrumbs": "Browse by Date",
820820

@@ -2854,15 +2854,15 @@
28542854

28552855
"menu.section.browse_community_by_author": "Name",
28562856

2857-
"menu.section.browse_community_by_issue_date": "By Issue Date",
2857+
"menu.section.browse_community_by_issue_date": "Issue Date",
28582858

28592859
"menu.section.browse_community_by_title": "Titles",
28602860

28612861
"menu.section.browse_global": "All of DSpace",
28622862

2863-
"menu.section.browse_global_by_author": "Name",
2863+
"menu.section.browse_global_by_author": "Authors",
28642864

2865-
"menu.section.browse_global_by_dateissued": "By Issue Date",
2865+
"menu.section.browse_global_by_dateissued": "Issue Date",
28662866

28672867
"menu.section.browse_global_by_subject": "Subjects",
28682868

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[searchable]="iiifSearchEnabled"
77
[query]="iiifQuery$ | async">
88
</ds-mirador-viewer>
9+
<h1>TESTAROO</h1>
910
</div>
1011
</div>
1112

@@ -44,12 +45,6 @@
4445
[metadataFields]="['dc.contributor.sponsor']"
4546
[label]="'relationships.isSponsorOf' | translate">
4647
</ds-themed-metadata-representation-list>
47-
<ds-themed-metadata-representation-list class="ds-item-page-mixed-author-field"
48-
[parentItem]="object"
49-
[itemType]="'Person'"
50-
[metadataFields]="['dc.subject']"
51-
[label]="'item.page.subject' | translate">
52-
</ds-themed-metadata-representation-list>
5348
<ds-generic-item-page-field [item]="object"
5449
[fields]="['dc.subject']"
5550
[label]="'item.page.subject'">

0 commit comments

Comments
 (0)