Skip to content

Commit

Permalink
Metadata editor - INSPIRE view displays date stamp element as editable
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Oct 11, 2017
1 parent 4239b1c commit bd1793a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<xsl:include href="layout-custom-fields-sds.xsl"/>

<!-- Readonly elements -->
<xsl:template mode="mode-iso19139" priority="2000" match="gmd:fileIdentifier|gmd:dateStamp">
<xsl:template mode="mode-iso19139" priority="2100" match="gmd:fileIdentifier|gmd:dateStamp">

<xsl:variable name="xpath" select="gn-fn-metadata:getXPath(.)"/>
<xsl:variable name="isoType" select="if (../@gco:isoType) then ../@gco:isoType else ''"/>
Expand Down

0 comments on commit bd1793a

Please sign in to comment.