Hello everyone,
How do I get my schema to consume its own codelist. Currently it is
consuming the iso19139 codelist ...
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-developer-f3874395.html
Hello everyone,
How do I get my schema to consume its own codelist. Currently it is
consuming the iso19139 codelist ...
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-developer-f3874395.html
Hi
There’s a bug in iso19139 template:
That line should be using $codelists instead of $iso19139codelists:
<xsl:param name=“codelists” select=“$codelists” required=“no”/>
There’s an open issue, will make a pull request so gets fixed in next version, for now you can update your setup.
Regards,
Jose García
Hi
Here are the pull requests for 3.6.x and master branches to fix this issue:
https://github.com/geonetwork/core-geonetwork/pull/3603
https://github.com/geonetwork/core-geonetwork/pull/3602
Regards,
Jose García
Thank you Jose,
It worked!
--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-developer-f3874395.html