Skip to content

Commit

Permalink
Restore condition for gmd:verison and gmd:language (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangf1122 authored Nov 7, 2024
1 parent 33dc433 commit adcfe95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/main/plugin/iso19139.ca.HNAP/loc/eng/labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@
<label>Metadata language</label>
<btnLabel>Add language</btnLabel>
<description>Select the language used to create the metadata</description>
<condition>mandatory</condition>
<condition>conditional</condition>
</element>
<element name="gmd:language" context="gmd:MD_DataIdentification" id="39.0">
<label>Language</label>
Expand Down Expand Up @@ -2152,7 +2152,6 @@
<element name="gmd:version" id="208.2" context="gmd:RS_Identifier">
<label>Version</label>
<description>Version identifier for the namespace</description>
<condition>mandatory</condition>
</element>
<element name="gmd:version" context="gmd:MD_Format" id="286.0">
<label>File Format Version</label>
Expand Down
4 changes: 2 additions & 2 deletions src/main/plugin/iso19139.ca.HNAP/loc/fre/labels.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@
<label>Langue</label>
<btnLabel>Ajouter langue</btnLabel>
<description>Sélectionner la langue d'usage pour la création de métadonnées.</description>
<condition>mandatory</condition>
<condition>Obligatoire</condition>
</element>
<element name="gmd:language" id="39.0" context="gmd:MD_DataIdentification">
<label>Langue</label>
Expand Down Expand Up @@ -2946,7 +2946,7 @@
<element name="gmd:version" id="208.2" context="gmd:RS_Identifier">
<label>Version</label>
<description>Identification de la version pour la domaine de valeurs</description>
<condition>mandatory</condition>
<condition/>
</element>
<element name="gmd:version" context="gmd:MD_Format" id="286.0">
<label>Version</label>
Expand Down

0 comments on commit adcfe95

Please sign in to comment.