metadata101 / iso19139.ca.HNAP

ISO Harmonized North American Profile (HNAP)
GNU General Public License v2.0
4 stars 19 forks source link

Set Core Subject Thesarurus dates in udpate-fixed-info process to override default behavior in GeoNetwork using the current date #326

Closed josegar74 closed 1 year ago

josegar74 commented 1 year ago

Fixes #308

wangf1122 commented 1 year ago

Sometimes, the thesaurus does have date in the thesaurus file which is not last modified date. We do need to ensure that "good" date is not wiped out.

We probably need to do something on the Java server side to have a flag stating this is last modified date. Then HNAP xsl can recognize it and avoid the transformation.

ianwallen commented 1 year ago

@josegar74 is this PR still required? I believe @wangf1122 's fix in PR https://github.com/metadata101/iso19139.ca.HNAP/pull/327 will resolve the issue.