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 1243707 - Rename cancel button of initial-setup "Back" in the dialogue where you are supposed to enter your redhat credentials
Summary: Rename cancel button of initial-setup "Back" in the dialogue where you are su...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.2
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: Sean Toner
Lenka Špačková
URL:
Whiteboard:
Depends On:
Blocks: 1246125 1259988 1264318 1266790
TreeView+ depends on / blocked
 
Reported: 2015-07-16 06:38 UTC by Shwetha Kallesh
Modified: 2015-11-19 11:49 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 11:49:26 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Register dialogue where you are supposed to enter username and password,rename cancel button as BACK (99.65 KB, image/png)
2015-07-16 06:38 UTC, Shwetha Kallesh
no flags Details
Shows 4 steps and using back button on 4th step (424.43 KB, application/x-gzip)
2015-10-01 18:16 UTC, Sean Toner
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1243704 0 unspecified CLOSED Cancel button of initial-setup doesnot work at all 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1264108 0 medium CLOSED the red warning message in subscription-manager-initial-setup-addon should disappear when clicking Cancel/Back 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1268043 0 medium CLOSED Back button on first panel of subscription-manager-gui workflow has no effect 2021-02-22 00:41:40 UTC
Red Hat Product Errata RHBA-2015:2122 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2015-11-19 10:31:14 UTC

Internal Links: 1243704 1264108 1268043

Description Shwetha Kallesh 2015-07-16 06:38:36 UTC
Created attachment 1052554 [details]
Register dialogue where you are supposed to enter username and password,rename cancel button as BACK

Description of problem:
Rename cancel button of initial-setup as "Back" in the dialogue where you are supposed to enter your redhat credentials so that you can go back and change the server details if you wish to.

Version-Release number of selected component (if applicable):
[root@dhcp35-106 ~]# rpm -qa | grep subscription-manager
subscription-manager-plugin-container-1.15.7-1.git.2.f23fe17.el7.x86_64
subscription-manager-migration-data-2.0.22-1.git.0.4260892.el7.noarch
subscription-manager-initial-setup-addon-1.15.7-1.git.2.f23fe17.el7.x86_64
subscription-manager-gui-1.15.7-1.git.2.f23fe17.el7.x86_64
subscription-manager-plugin-ostree-1.15.7-1.git.2.f23fe17.el7.x86_64
subscription-manager-1.15.7-1.git.2.f23fe17.el7.x86_64
subscription-manager-migration-1.15.7-1.git.2.f23fe17.el7.x86_64


How reproducible:


Steps to Reproduce:
1.P.S attachment for the button details, cancel button seen in the attachment doesnot work at all
2.
3.

Actual results:


Expected results:


Additional info:

Comment 6 Adrian Likins 2015-09-30 13:47:46 UTC
fwiw, upstream master has a fix for this:

https://github.com/candlepin/subscription-manager/commit/5c35e366e1de4ec4b77ddb7b18b264c9b9c52f2c

Comment 7 Chris "Ceiu" Rog 2015-09-30 14:31:58 UTC
commit 5c35e366e1de4ec4b77ddb7b18b264c9b9c52f2c
Author: Adrian Likins <alikins>
Date:   Mon Sep 28 18:08:40 2015 -0400

    1262075,1267179: Fix back/cancel nav
    
    Replace 'cancel' with stock 'back' button.
    
    register_dialog.ui was using the stock 'cancel', but
    rhsm_gui.ui was not. But change both to stock 'back'
    
    Add a RegisterWidget.applied_screen_history that
    tracks screens shown to the user, so that back
    and error handling can do the right thing. This
    uses UniqueList to keep only the last time a
    screen was visited.
    
    Make back button blocked/insens when in async
    screen pre(). This avoid changing screens while
    waiting for a thread to finish. It also blocks
    the buttons until the screens are ready().
    
    'back' now attempts to go back to the last gui
    screen that was shown to the user.

Comment 10 Sean Toner 2015-10-01 18:15:43 UTC
The Back button will now go back to the prior screens. This allows a user to correct a mistake on a prior screen.

Screenshots show:
1. entering subscription server
2. entering user/pw
3. selecting organization
4. hitting the back button to re-enter user/pw


[root@dhcp129-70 ~]# rpm -qa | grep subscription
subscription-manager-1.15.9-13.el7.x86_64
subscription-manager-gui-1.15.9-13.el7.x86_64
subscription-manager-initial-setup-addon-1.15.9-13.el7.x86_64

Comment 11 Sean Toner 2015-10-01 18:16:46 UTC
Created attachment 1079219 [details]
Shows 4 steps and using back button on 4th step

Comment 12 John Sefler 2015-10-02 19:41:37 UTC
Removing the Known Issue Doc Text on this bug since it has been fixed for rhel-7.2.0 afterall...  No more need fore this entry in Release Notes.



Misleading button label in the Subscription Manager add-on for Initial Setup

The Subscription Manager add-on for the Initial Setup utility includes a "Cancel" button, which should be labelled "Back". Clicking this button while on any of the panels following the first panel (where the registration server and proxy are specified) does not cancel the operation, but instead returns back to the first panel of the registration workflow.

Comment 13 errata-xmlrpc 2015-11-19 11:49:26 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-2122.html


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