From eba3153925db5b9cb3c0cf4f5a83b9a0b90c449b Mon Sep 17 00:00:00 2001 From: Daniel Rudolph Date: Wed, 10 Jul 2024 10:39:30 +0200 Subject: [PATCH] fix: excel import: add contributor --- .../edu_sharing/repository/server/importer/ExcelLOMImporter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Backend/services/core/src/main/java/org/edu_sharing/repository/server/importer/ExcelLOMImporter.java b/Backend/services/core/src/main/java/org/edu_sharing/repository/server/importer/ExcelLOMImporter.java index 74b2ed493..4c7c44e11 100644 --- a/Backend/services/core/src/main/java/org/edu_sharing/repository/server/importer/ExcelLOMImporter.java +++ b/Backend/services/core/src/main/java/org/edu_sharing/repository/server/importer/ExcelLOMImporter.java @@ -386,6 +386,7 @@ public HashMap getExcelAlfMap() { excelAlfMap.put("educationalTypicalAgeRange", CCConstants.CCM_PROP_IO_REPL_EDUCATIONAL_TYPICALAGERANGE); excelAlfMap.put("lifeCycleContributerAuthor", CCConstants.CCM_PROP_IO_REPL_LIFECYCLECONTRIBUTER_AUTHOR); excelAlfMap.put("lifeCycleContributerPublisher", CCConstants.CCM_PROP_IO_REPL_LIFECYCLECONTRIBUTER_PUBLISHER); + excelAlfMap.put("lifeCycleContributerSubjectMatterExpert", CCConstants.CCM_PROP_IO_REPL_LIFECYCLECONTRIBUTER_SUBJECT_MATTER_EXPERT); excelAlfMap.put("metadataContributerProvider", CCConstants.CCM_PROP_IO_REPL_METADATACONTRIBUTER_PROVIDER); excelAlfMap.put("metadataContributerCreator", CCConstants.CCM_PROP_IO_REPL_METADATACONTRIBUTER_CREATOR); excelAlfMap.put("technicalFormat", CCConstants.LOM_PROP_TECHNICAL_FORMAT);