From e3abd8eab81fd2aaa7b14215bbac169b5a57c7be Mon Sep 17 00:00:00 2001 From: Emmanuel Blondel Date: Fri, 1 Sep 2023 15:16:38 +0200 Subject: [PATCH] Update eml_create_eml.R --- inst/actions/eml_create_eml.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inst/actions/eml_create_eml.R b/inst/actions/eml_create_eml.R index 311b4b3d..bd42b776 100644 --- a/inst/actions/eml_create_eml.R +++ b/inst/actions/eml_create_eml.R @@ -139,9 +139,12 @@ function(action, entity, config){ "function" = switch(relation$key, "thumbnail" = "information", "parent" = "information", + "ftp" = "information", "http" = "information", + "download" = "download", "wms" = "information", "wfs" = "download", + "wcs" = "download", "information" ) ) @@ -473,4 +476,4 @@ function(action, entity, config){ #eml writing EML::write_eml(eml_md, file.path(getwd(), "metadata", paste0(entity$getEntityJobDirname(), "_EML.xml"))) -} \ No newline at end of file +}