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.

Bug 1107887

Summary: Incorrect button text on firstboot "Subscription Management Registration" screen
Product: Red Hat Enterprise Linux 7 Reporter: Bryan Yount <byount>
Component: firstbootAssignee: Martin Kolman <mkolman>
Status: CLOSED ERRATA QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: alikins, atodorov, byount, mbanas, mkolman
Target Milestone: rcFlags: alikins: needinfo?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: firstboot-19.9-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-05 09:06:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1113520    
Attachments:
Description Flags
firstboot registration screen
none
firstboot-19.9-1.el7.noarch showing the "Forward" button none

Description Bryan Yount 2014-06-11 00:18:14 UTC
Created attachment 907452 [details]
firstboot registration screen

Description of problem:
A button at the bottom of the screen has misleading text on the "Subscription Management Registration" screen. If the user selects "Yes, I'd like to register now.", the button should say "Next" instead of "Finish".

The button should only say "Finish" if the user selects "No, I'd prefer to register at a later time."

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

How reproducible:
Very

Steps to Reproduce:
1. Install a RHEL 7 system
2. When the firstboot screen appears, click "Next" on the kdump screen
3. Select "Yes" on the registration screen.

Actual results:
The button to continue says "Finish" but there are really additional screens.

Expected results:
The button should change to "Next" if "Yes" is selected.

Additional info:
This is a usability/UI continuity issue.

Comment 2 Martin Kolman 2014-09-02 15:24:01 UTC
Created attachment 933829 [details]
firstboot-19.9-1.el7.noarch showing the "Forward" button

I have firstboot-19.9-1.el7.noarch and don't see the "Finish" button, but a "Forward" button when the "Yes, I'd like to register now" option is ticked. 
So I guess it has been fixed already ?

Comment 3 Bryan Yount 2014-09-18 00:30:19 UTC
(In reply to Martin Kolman from comment #2)
> Created attachment 933829 [details]
> firstboot-19.9-1.el7.noarch showing the "Forward" button
> 
> I have firstboot-19.9-1.el7.noarch and don't see the "Finish" button, but a
> "Forward" button when the "Yes, I'd like to register now" option is ticked. 
> So I guess it has been fixed already ?

I just tested it with the GA build and the "Finish" text was still there. Not sure what the difference is?

Comment 4 Martin Kolman 2014-09-18 10:57:13 UTC
(In reply to Bryan Yount from comment #3)
> (In reply to Martin Kolman from comment #2)
> > Created attachment 933829 [details]
> > firstboot-19.9-1.el7.noarch showing the "Forward" button
> > 
> > I have firstboot-19.9-1.el7.noarch and don't see the "Finish" button, but a
> > "Forward" button when the "Yes, I'd like to register now" option is ticked. 
> > So I guess it has been fixed already ?
> 
> I just tested it with the GA build and the "Finish" text was still there.
> Not sure what the difference is?

Weird - I've reinstalled the Firstboot package and can see the "Finish" button too. Anyway, now with a reproducer I can finally work on fixing it. :)

Comment 5 Martin Kolman 2014-10-29 15:33:21 UTC
To fix this "Finish" was replaced with "Done" on the next button

Some background for this decision:
    
By default Firstboot displays the "Forward" label on the next-button
if there are any modules following the current module.
    
Once it reaches the last module, it currently tries to decide
if it should show keep the "Forward" label or switch to the
"Finish" label due to the given screen being the last.
    
Unfortunately, some multi-page modules, such as Subscription Manager
do not provide any feedback to Firstboot if the given page is the last page.
One Subscription Manager page even has a combo box that decides if the module quits or continues to the next page and there is no feedback provided about
this.
    
The lack of feedback is not an issue if such a module is not the last
one as all the labels would just be "Forward", but if the module is the
last one as the only one, Firstboot does not have enough information
to decide which label to use.
    
Given the lack of any other option, just set the next button label to
"Done" for all pages on the last (or possibly only) Firstboot module.

Comment 7 Alexander Todorov 2014-12-08 14:44:20 UTC
Button now labeled DONE. Moving to VERIFIED.

Comment 8 Adrian Likins 2015-02-11 18:10:16 UTC
(In reply to Martin Kolman from comment #5)
> To fix this "Finish" was replaced with "Done" on the next button
> 
> Some background for this decision:
>     
> By default Firstboot displays the "Forward" label on the next-button
> if there are any modules following the current module.
>     
> Once it reaches the last module, it currently tries to decide
> if it should show keep the "Forward" label or switch to the
> "Finish" label due to the given screen being the last.
>     
> Unfortunately, some multi-page modules, such as Subscription Manager
> do not provide any feedback to Firstboot if the given page is the last page.
> One Subscription Manager page even has a combo box that decides if the
> module quits or continues to the next page and there is no feedback provided
> about
> this.
>     
> The lack of feedback is not an issue if such a module is not the last
> one as all the labels would just be "Forward", but if the module is the
> last one as the only one, Firstboot does not have enough information
> to decide which label to use.

What kind of feedback is needed? 

Suspect that is related to https://bugzilla.redhat.com/show_bug.cgi?id=1191237
as well.

Comment 10 errata-xmlrpc 2015-03-05 09:06:41 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0394.html