#1054: MCP cannot add gmd:LanguageCode via metadata editor
----------------------------------+-----------------------------------------
Reporter: ianwallen | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.8.0
Component: User interface (web) | Version: v2.8.0RC0
Keywords: |
----------------------------------+-----------------------------------------
Attempting to set the metadata language to an gmd:LanguageCode via the
metadata editor generates an empty pick list. It is not possible to add
the language via the interface.
OS: Windows XP
Using todays 2.8 nightly build and latest MCP schema plugin.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1054>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1054: MCP cannot add gmd:LanguageCode via metadata editor
-----------------------------------+----------------------------------------
Reporter: ianwallen | Owner: geonetwork-devel@…
Type: defect | Status: closed
Priority: major | Milestone: v2.8.0
Component: User interface (web) | Version: v2.8.0RC0
Resolution: fixed | Keywords:
-----------------------------------+----------------------------------------
Changes (by simonp):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in commit:
https://github.com/geonetwork/schema-
plugins/commit/040570f4279ee292b0400424144fd9dd418cc5ff
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1054#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1054: MCP cannot add gmd:LanguageCode via metadata editor
-----------------------------------+----------------------------------------
Reporter: ianwallen | Owner: geonetwork-devel@…
Type: defect | Status: reopened
Priority: major | Milestone: v2.8.0
Component: User interface (web) | Version: v2.8.0RC0
Resolution: | Keywords:
-----------------------------------+----------------------------------------
Changes (by ianwallen):
* status: closed => reopened
* resolution: fixed =>
Comment:
Simon,
The fix that you supplied seems to correct the issue. But I noticed
similar code...
Should the same fix be applied to the metadata-iso19139.mcp-edit.xsl as it
seems to have the same issue? I'm just not sure where it is used?
{{{
- <xsl:template mode="iso19139.mcp" match="*[*/@codeList and
name(.)!='gmd:country' and name()!='gmd:languageCode']">
+ <xsl:template mode="iso19139.mcp" match="*[*/@codeList and
name()!='gmd:country' and name()!='gmd:language']">
}}}
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1054#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1054: MCP cannot add gmd:LanguageCode via metadata editor
-----------------------------------+----------------------------------------
Reporter: ianwallen | Owner: geonetwork-devel@…
Type: defect | Status: closed
Priority: major | Milestone: v2.8.0
Component: User interface (web) | Version: v2.8.0RC0
Resolution: fixed | Keywords:
-----------------------------------+----------------------------------------
Changes (by simonp):
* status: reopened => closed
* resolution: => fixed
Comment:
metadata-iso19139.mcp-edit.xsl is used by the new widget editor - still
needs some checking out but yes the fix needs to be committed here too -
thanks.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1054#comment:3>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.