From e6c3a99c1fbe6adea82e4e57eceddf502bff2fe9 Mon Sep 17 00:00:00 2001 From: Francois Prunayre Date: Wed, 3 Apr 2024 15:11:58 +0200 Subject: [PATCH] Support for translation providers / Fix bad xpath. --- .../catalog/components/admin/harvester/HarvesterDirective.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-ui/src/main/resources/catalog/components/admin/harvester/HarvesterDirective.js b/web-ui/src/main/resources/catalog/components/admin/harvester/HarvesterDirective.js index 9c1c9607d2e..26ee2d40a6a 100644 --- a/web-ui/src/main/resources/catalog/components/admin/harvester/HarvesterDirective.js +++ b/web-ui/src/main/resources/catalog/components/admin/harvester/HarvesterDirective.js @@ -150,7 +150,7 @@ scope.xpathExamples = [ { xpath: - "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:title", + "/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title", schema: "iso19139" }, { @@ -165,7 +165,7 @@ }, { xpath: - "/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:citation/cit:title", + "/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:citation/cit:CI_Citation/cit:title", schema: "iso19115-3" }, {