Skip to content

The configuration of the Items short view does not work correctly in DSpace-CRIS release 2024.02.00 #109

@OrdinaryGitUser

Description

@OrdinaryGitUser

I have configured a Items short view as described in the manual, but the short view does not show all the metadata even when it is present in the Item.

Steps to reproduce the behavior:

  1. Add the following to config.*.yml.
searchResult:
  additionalMetadataFields:
    - entityType: publication
      metadataConfiguration:
        - name: dc.type
          rendering: text
          label: Type
        - name: dc.relation.journal
          rendering: crisref
          label: Journal
        - name: oaire.citation.volume
          rendering: text
          label: Volume
        - name: oaire.citation.issue
          rendering: text
          label: Issue
        - name: oaire.citation.startPage
          rendering: text
          label: Start page
        - name: oaire.citation.endPage
          rendering: text
          label: End Page
        - name: dc.identifier.doi
          rendering: identifier.doi
          label: Doi
    - entityType: journal
      metadataConfiguration:
        - name: dc.relation.issn
          rendering: text
          label: ISSN         
    - entityType: fallback # used for other entity types
      metadataConfiguration:
        - name: dc.identifier.doi
          rendering: identifier.doi
          label: DOI

The Items short view should display all the metadata available in the Item as it was in previous versions.

What it looked like in DSpace-CRIS 2023.02.00
Image

And in DSpace-CRIS version 2024.02.00
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions