metadata101 / iso19115-3.2018

ISO 19115-3:2018 schema plugin
6 stars 19 forks source link

Metadata linkage not updated when cloning record #80

Closed jonescc closed 4 years ago

jonescc commented 4 years ago

To reproduce

  1. Clone a 19115-3.2018 record with a metadata linkage element generated by GeoNetwork (api/records reference)

What happens

  1. The metadata linkage element is not updated and still refers to the original record

What I expect to happen

  1. The metadata linkage element is updated to point to the new record (the uuid reference is updated)
jonescc commented 4 years ago

Should have been handled by https://github.com/geonetwork/core-geonetwork/blob/master/core/src/main/java/org/fao/geonet/kernel/datamanager/base/BaseMetadataManager.java#L501

Must be some other issue with the uuids getting out of synch. I'll investigate further. May be a local issue.

jonescc commented 4 years ago

Was fixed in 3.10.3. We'll upgrade to that.