Skip to content

Commit

Permalink
Metadata editor - INSPIRE SDS view issues #2246. Fix duplicated gco:D…
Browse files Browse the repository at this point in the history
…ate in gmd:DQ_FormatConsistency and support both gco:Date and gco:DateTime
  • Loading branch information
josegar74 committed Oct 18, 2017
1 parent 682cc0d commit e956cf5
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1516,7 +1516,7 @@
context="/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:report/gmd:DQ_FormatConsistency/gmd:result/gmd:DQ_ConformanceResult/gmd:specification/gmd:CI_Citation/gmd:title"/>
</key>
<key label="conformity_date" use="gn-date-picker"
xpath="gmd:DQ_ConformanceResult/gmd:specification/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date"/>
xpath="gmd:DQ_ConformanceResult/gmd:specification/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date"/>
<key label="explanation" use="text"
xpath="gmd:DQ_ConformanceResult/gmd:explanation/gco:CharacterString"/>
</values>
Expand All @@ -1532,7 +1532,7 @@
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>{{conformity_date}}</gco:Date>
{{conformity_date}}
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode
Expand Down

0 comments on commit e956cf5

Please sign in to comment.