Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 813554[details]
RHEL 7 no forward button
Description of problem:
RHEL 7 Firstboot: Forward button displayed as Finish even before it reaches the last screen
Version-Release number of selected component (if applicable):
# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.8.29-1
subscription-manager: 1.10.4-1.el7
python-rhsm: 1.10.3-1.el7
How reproducible:
Always
Steps to Reproduce:
1. Start Firstboot
2. Click Next
Actual results:
See Attachmnent
Expected results:
There should be a forward button. Finshs should be displayed in the last screen
Additional info:
Firstboot seems to set the button to "Finish" if it is on the screen, of the last module. Which we are, more or less (we are the last module, and the rhsm screens only have one "screen" [the ui flow is described internally and it intercepts the firstboot buttons) so it is the last screen to firstboot.
UI wise, it's also weird since we dont have a finish screen (or in some cases, dont know the bits of ui shown will be the last ones depending on server info (ie,
we ask some info, then "subscribe" which in the simplest case will be the last user interaction, but in some cases there will be more screens)).
We could add a finish screen, that would always be last. Then it would make since for a "finish" button.
Since we are now the only firstboot module, we are also the first module, which seems to override being the last module. So, now we get "Forward" instead of "Finish"
I believe our current stance with firstboot is that we do not rock the boat with fixes that are not critical to the user experience. This qualifies as pretty minor to me and is not likely something we can fix, certainly not easily, especially given firstboot's unmaintained status.
However we will be going to the new anaconda modules in 7.2, which will likely address this for RHEL 7.2+.
Closing WONTFIX for now.
Created attachment 813554 [details] RHEL 7 no forward button Description of problem: RHEL 7 Firstboot: Forward button displayed as Finish even before it reaches the last screen Version-Release number of selected component (if applicable): # subscription-manager version server type: Red Hat Subscription Management subscription management server: 0.8.29-1 subscription-manager: 1.10.4-1.el7 python-rhsm: 1.10.3-1.el7 How reproducible: Always Steps to Reproduce: 1. Start Firstboot 2. Click Next Actual results: See Attachmnent Expected results: There should be a forward button. Finshs should be displayed in the last screen Additional info: