From 84eb737d3e0f66a8f70472a78c1501ede7397f04 Mon Sep 17 00:00:00 2001 From: cristinamullin <46969696+cristinamullin@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:42:52 -0500 Subject: [PATCH] update note regarding required cols check --- R/mod_query_data.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/mod_query_data.R b/R/mod_query_data.R index 4096b4a7..cd1a84b1 100644 --- a/R/mod_query_data.R +++ b/R/mod_query_data.R @@ -312,8 +312,8 @@ mod_query_data_server <- function(id, tadat) { ##### # check that all TADA template columns are included (returns TRUE or FALSE) - # need to add user message here if FALSE, message should include the - # names of specific columns that are missing but required + # if FALSE, returns an error with names of specific columns that are missing but required + # this section needs to be updated to handle the error within the shiny app (instead of crashing) & display a message to users EPATADA::TADA_CheckRequiredFields(raw) #####