Skip to content

Commit

Permalink
Bug 1884724 - Standard bug entry form for non-canconfirm users is mis…
Browse files Browse the repository at this point in the history
…sing fields that are available from the guided form
  • Loading branch information
dklawren committed Apr 25, 2024
1 parent 98607df commit 71c7cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Bugzilla/Bug.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5138,6 +5138,7 @@ sub check_can_change_field {
if (
$field eq 'short_desc'
|| $field eq 'component'
|| $field eq 'version'
|| $field eq 'rep_platform'
|| $field eq 'op_sys'
|| ($field eq 'bug_type' && Bugzilla->params->{'require_bug_type'})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,10 @@
[% INCLUDE bug_modal/field.html.tmpl
field = bug_fields.version
field_type = constants.FIELD_TYPE_SINGLE_SELECT
values = version
values = product.versions
value = bug.version
help = "https://wiki.mozilla.org/BMO/UserGuide/BugFields#version"
advanced = 1
required = 1
%]

[%# platform %]
Expand Down

0 comments on commit 71c7cb3

Please sign in to comment.