Bug 2150456 - Bugzilla do not display version field for Product "Fedora" after login - input field type is "hidden"
Summary: Bugzilla do not display version field for Product "Fedora" after login - inpu...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: Creating/Changing Bugs
Version: 5.0
Hardware: All
OS: All
unspecified
medium
Target Milestone: ---
Assignee: Bug Bot 🤖
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-12-03 05:54 UTC by Peter Bieringer
Modified: 2022-12-06 06:03 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-12-06 06:03:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Peter Bieringer 2022-12-03 05:54:07 UTC
Description of problem:
Can't adjust version anymore of a bugzilla entry which has product "Fedora", it disappears after "login"


Version-Release number of selected component (if applicable):
(current)


How reproducible:
always, at least since some days


Steps to Reproduce:
1. logout
2. open a bug, e.g. https://bugzilla.redhat.com/show_bug.cgi?id=2026563
3. login


Actual results:
in case "logout"
   Displayed: "Version: 35"

in case "login"
   Missing "Version: 35"


Expected results:
   Displayed: "Version: 35" even after login


Additional info:

Page source shows something like this:

td>
      <input type="hidden" id="version_dirty">
      <select id="version" name="version"  size="1">
          <option value="35" selected>35</option>
          <option value="36">36</option>
          <option value="37">37</option>
          <option value="rawhide">rawhide</option>
      </select></td>


Why is the input field of type "hidden"?

Comment 1 Jeff Fearn 🐞 2022-12-04 22:11:39 UTC
Doew it appear if you click the "Show advanced fields" button? If so and if you'd like it to always show then you need to make sure it is checked on the advanced fields tab in your preferences.

https://bugzilla.redhat.com/userprefs.cgi?tab=advanced_fields

Comment 2 Peter Bieringer 2022-12-05 06:24:06 UTC
(In reply to Jeff Fearn 🐞 from comment #1)
> Does it appear if you click the "Show advanced fields" button?

Yes, had not seen this somehow, thank you for the hint.


> if you'd like it to always show then you need to make sure it is checked on the advanced fields tab in your preferences.

Haven't changed my preferences since long time, checked now and "Version" is selected.

And the logic is vice versa, if selected, it is NOT visible in standard view.

=> either someone has fixed the logic from the past or it was introduced the "Version" field to be adjustable with default "selected" which turns into "hide" in standard view.

Comment 3 Jeff Fearn 🐞 2022-12-06 06:03:38 UTC
(In reply to Peter Bieringer from comment #2)
> => either someone has fixed the logic from the past or it was introduced the
> "Version" field to be adjustable with default "selected" which turns into
> "hide" in standard view.

It used to be a global setting, it was converted in to a user preference.


Note You need to log in before you can comment on or make changes to this bug.