Enable Titles for Related Items in DSpace 8

28 views
Skip to first unread message

lucasangelo...@gmail.com

unread,
Nov 25, 2024, 7:17:32 PM11/25/24
to DSpace Community

Dear colleagues,

I am customizing the simple item view page in the file src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html.

One of the customizations involves displaying the titles of related items. Currently, I am using the following component to display the related items:

<ds-item-page-uri-field [item]="object"
    [fields]="[ 'dc.relation.uri']"
    [label]="'item.page.relation.uri'">
</ds-item-page-uri-field>

However, this component only displays the link of the related items. I would like to know the best approach to modify or extend this component to display the titles of the related items instead of the link.

Thank you in advance for your attention and collaboration.

Best regards, Lucas.

Reply all
Reply to author
Forward
0 new messages