From ec536745f491f4454bf4d8cd715227bfa727d795 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 2 Jun 2015 11:45:28 +0800 Subject: Bug 1170007: Collapse "Tracking" section when values are set to defaults (eg "---") --- extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en/default/bug_modal') diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl index 095724e67..55780813f 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -600,7 +600,7 @@ [% col = - (bug.version.lower == "unspecified" || bug.version.lower == "other") + (bug.version.lower == "unspecified" || bug.version.lower == "other" || bug.version == "---") && bug.target_milestone == "---" && !has_bug_flags && !project_flags_set -- cgit v1.2.3-24-g4f1b