From 436a6172e61e3fb33a0d6f9f85cd146627ecc9ce Mon Sep 17 00:00:00 2001 From: madeliri Date: Sat, 6 Jun 2026 11:44:08 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20BREAKING=20=D0=B4=D0=BB=D1=8F=20=D1=83?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D1=8B=20=D1=81=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=B0=D0=BC=D0=B8=20=D1=81=D1=85=D0=B5=D0=BC=D0=B0=D0=BC=D0=B8?= =?UTF-8?q?=20-=20=D1=81=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BF=D1=83=D1=82?= =?UTF-8?q?=D0=B5=D0=B9=20=D1=81=20`/config/schemeas/`=20=D0=B4=D0=BE=20`/?= =?UTF-8?q?schemas/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{configs => }/schemas/example_of_scheme.xlsx | Bin modules/global_options.R | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename example_scheme/{configs => }/schemas/example_of_scheme.xlsx (100%) diff --git a/example_scheme/configs/schemas/example_of_scheme.xlsx b/example_scheme/schemas/example_of_scheme.xlsx similarity index 100% rename from example_scheme/configs/schemas/example_of_scheme.xlsx rename to example_scheme/schemas/example_of_scheme.xlsx diff --git a/modules/global_options.R b/modules/global_options.R index c6b63e7..96231c1 100644 --- a/modules/global_options.R +++ b/modules/global_options.R @@ -55,7 +55,7 @@ check_and_init_scheme = function() { ) scheme_names <- names(config::get()$form_schemes) - scheme_file <- paste0(config::get("form_app_configure_path"), "/configs/schemas/", scheme_names, ".xlsx") + scheme_file <- paste0(config::get("form_app_configure_path"), "/schemas/", scheme_names, ".xlsx") scheme_file <- stats::setNames(scheme_file, scheme_names) if (!all(file.exists(scheme_file))) {