diff options
Diffstat (limited to 'extensions/BugModal/template/en')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |