From 4aab30109785c5acc5c07f8f0d8053f8f1577ce9 Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 1 Jun 2022 16:22:34 +0200 Subject: [PATCH] #262 fix iso19110 typo --- inst/actions/geometa_create_iso_19110.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/actions/geometa_create_iso_19110.R b/inst/actions/geometa_create_iso_19110.R index f111138d..237a6075 100644 --- a/inst/actions/geometa_create_iso_19110.R +++ b/inst/actions/geometa_create_iso_19110.R @@ -15,7 +15,7 @@ function(action, entity, config){ } #options - options <- actions$options + options <- action$options doi <- if(!is.null(options$doi)) options$doi else FALSE exclude_attributes <- if(!is.null(options$exclude_attributes)) options$exclude_attributes else list() exclude_attributes_not_in_dictionary <- if(!is.null(options$exclude_attributes_not_in_dictionary)) options$exclude_attributes_not_in_dictionary else FALSE