From d0ed03dfd6aa42fbee7459ce22223db8c6ee469b Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 25 Oct 2021 12:14:57 +0200 Subject: [PATCH] dataviz: fix templated time range fields display (#58117) --- combo/apps/dataviz/templates/combo/chartngcell_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/dataviz/templates/combo/chartngcell_form.html b/combo/apps/dataviz/templates/combo/chartngcell_form.html index 9d79145c..34cc8fc4 100644 --- a/combo/apps/dataviz/templates/combo/chartngcell_form.html +++ b/combo/apps/dataviz/templates/combo/chartngcell_form.html @@ -21,7 +21,7 @@ start_field.parent().hide(); end_field.parent().hide(); } - if(this.value == 'range_template') { + if(this.value == 'range-template') { start_field_template.parent().show(); end_field_template.parent().show(); } else { -- 2.30.2