feat: BREAKING для упрощения работы с файлами схемами - смена путей с /config/schemeas/ до `/schemas/'

This commit is contained in:
2026-06-06 11:44:08 +03:00
parent f52d110a59
commit 436a6172e6
2 changed files with 1 additions and 1 deletions

View File

@@ -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))) {