Skip to content

Commit

Permalink
121971: DSpace#9716 - Only dc.date.embargo should have date type Avai…
Browse files Browse the repository at this point in the history
…lable
  • Loading branch information
nona-luypaert committed Dec 11, 2024
1 parent 04953b9 commit 31c7950
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,9 @@
</xsl:call-template>
</xsl:variable>
<xsl:choose>
<xsl:when test="$lc_dc_date_type='available' or $lc_dc_date_type = 'embargo'">
<xsl:when test="$lc_dc_date_type = 'embargo'">
<!-- Indicates the end of the embargo period. -->
<!-- https://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/v4.0.0/field_embargoenddate.html -->
<xsl:text>Available</xsl:text>
</xsl:when>
</xsl:choose>
Expand Down

0 comments on commit 31c7950

Please sign in to comment.