From 60b3e1e6bcb8111ee72a6f515f6c1da222668a96 Mon Sep 17 00:00:00 2001 From: go_gonzo Date: Wed, 13 Nov 2024 09:10:14 +0100 Subject: [PATCH] moved to #1407 --- R/module_data_summary.R | 6 ------ 1 file changed, 6 deletions(-) diff --git a/R/module_data_summary.R b/R/module_data_summary.R index 6fe96702b0..72e8a1850c 100644 --- a/R/module_data_summary.R +++ b/R/module_data_summary.R @@ -157,12 +157,6 @@ get_filter_overview_wrapper <- function(teal_data) { datanames, function(dataname) { parent <- teal.data::parent(joinkeys, dataname) - # todo: what should we display for a parent dataset? - # - Obs and Subjects - # - Obs only - # - Subjects only - # todo (for later): summary table should be displayed in a way that child datasets - # are indented under their parent dataset to form a tree structure subject_keys <- if (length(parent) > 0) { names(joinkeys[dataname, parent]) } else {