diff options
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl | 3 |
1 files changed, 2 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 3f6330423..f9c93efd1 100644 --- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl @@ -609,7 +609,8 @@ [% WRAPPER bug_modal/field.html.tmpl container = 1 label = "Platform" - hide_on_view = bug.rep_platform == 'All' && bug.op_sys == 'All' + hide_on_view = (bug.rep_platform == 'All' && bug.op_sys == 'All') + || (bug.rep_platform == 'Unspecified' && bug.op_sys == 'Unspecified') %] [% INCLUDE bug_modal/field.html.tmpl field = bug_fields.rep_platform |