Skip to content

Commit

Permalink
[DS-853] MetadataExposure settings for dc.description.provenance are …
Browse files Browse the repository at this point in the history
…ignored/overridden

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6170 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
kshepherd committed Mar 22, 2011
1 parent 5cfc6a5 commit 7caf24b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
</xsl:template>

<xsl:template match="dim:field" mode="itemDetailView-DIM">
<xsl:if test="not(@element='description' and @qualifier='provenance')">
<tr>
<xsl:attribute name="class">
<xsl:text>ds-table-row </xsl:text>
Expand All @@ -334,7 +333,6 @@
</td>
<td><xsl:value-of select="./@language"/></td>
</tr>
</xsl:if>
</xsl:template>

<!--dont render the item-view-toggle automatically in the summary view, only when it get's called-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@
</xsl:template>

<xsl:template match="dim:field" mode="itemDetailView-DIM">
<xsl:if test="not(@element='description' and @qualifier='provenance')">
<tr>
<xsl:attribute name="class">
<xsl:text>ds-table-row </xsl:text>
Expand All @@ -395,7 +394,6 @@
</td>
<td><xsl:value-of select="./@language"/></td>
</tr>
</xsl:if>
</xsl:template>

<!-- Generate the bitstream information from the file section -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,6 @@
</xsl:template>

<xsl:template match="dim:field" mode="itemDetailView-DIM">
<xsl:if test="not(@element='description' and @qualifier='provenance')">
<tr>
<xsl:attribute name="class">
<xsl:text>ds-table-row </xsl:text>
Expand All @@ -770,7 +769,6 @@
</td>
<td><xsl:value-of select="./@language"/></td>
</tr>
</xsl:if>
</xsl:template>


Expand Down
4 changes: 4 additions & 0 deletions dspace/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ found online at: https://wiki.duraspace.org/display/DSPACE/DSpaceContributors
(Stuart Lewis, Kim Shepherd)
- [DS-806] Item.match() incorrect logic for schema testing

(Kim Shepherd)
- [DS-853] MetadataExposure settings for dc.description.provenance are ignored/overridden by XMLUI templates
- [DS-720] Solr statistics documentation cleanup

(Robin Taylor)
- [DS-215] Single-argument Item.getMetadata does not work with mixed-case metadata terms

Expand Down

0 comments on commit 7caf24b

Please sign in to comment.