From ca55e31979e19304eaf0e6bd0a888bb4ba4ece8d Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 1 Jun 2022 16:44:55 +0200 Subject: [PATCH] #262 fix wrong script assignment for geonapi action --- R/geoflow_action.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geoflow_action.R b/R/geoflow_action.R index 81f287d3..5f58e3dd 100644 --- a/R/geoflow_action.R +++ b/R/geoflow_action.R @@ -302,7 +302,7 @@ register_actions <- function(){ group = list(def = "Geonetwork user group to which the metadata should be associated", class = "character", default = "1"), category = list(def = "Category of metadata resources to which the metadata record should be associated", class = "character", default = "datasets") ), - fun = source(system.file("actions", "ows4R_publish_iso_19139.R", package = "geoflow"))$value + fun = source(system.file("actions", "geonapi_publish_iso_19139.R", package = "geoflow"))$value ), geoflow_action$new( id = "geosapi-publish-ogc-services",