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"?
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
(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.
(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.