From a450cc11e3d0a288dfec3a9036faa135a2dd1ebc Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Fri, 15 Dec 2023 11:53:42 -0500 Subject: [PATCH] Bug 1870044 - Red star next to the Type field when viewing bugs --- .../BugModal/template/en/default/bug_modal/field.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index cc032a29aa..80b97b2ebc 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -125,8 +125,10 @@ END; > [% IF label.defined && !no_label %]
- [%~ IF required && !view_only %] - * + [%# Single-select fields, such as Product or Type, are already selected on the show_bug page, + # so it doesn’t make sense to show an asterisk even if it’s a required field. %] + [%~ IF required && (mode != "show" || field_type != constants.FIELD_TYPE_SINGLE_SELECT) %] + [% " " %] [% END %] [%~ IF help.defined %]