Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1266485 - At the last step of auto attach a subscription with subscription-manager-gui, the "Attach" button should not show.
Summary: At the last step of auto attach a subscription with subscription-manager-gui,...
Keywords:
Status: CLOSED DUPLICATE of bug 1261006
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: John Sefler
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel72
TreeView+ depends on / blocked
 
Reported: 2015-09-25 12:05 UTC by xingge
Modified: 2016-09-20 02:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-25 15:41:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description xingge 2015-09-25 12:05:28 UTC
Description of problem:
At the last step of auto attach a subscription with subscription-manager-gui, the "Attach" button should not show.

Version-Release number of selected component (if applicable):
subscription-manager-gui-1.15.9-11.el7.x86_64
subscription-manager-1.15.9-11.el7.x86_64
subscription-manager-initial-setup-addon-1.15.9-11.el7.x86_64
python-rhsm-1.15.4-5.el7.x86_64

How reproducible:
always

Steps to Reproduce:
1.Prepare a system that only registered and not have a subscription.
2.open subscription-manager-gui with cmd
#subscription-manager-gui
3.press the "Auto-attach" button in the "My Installed Products" to start the auto attach progress
4.Press "Attach" button when it find a proper subscription to attach.


Actual results:
While the attaching progress, the "Attach" button is still available,and when you press it, you'll get a traceback in the terminal that you opened the subscription-manager-gui like below:

[root@dhcp-129-146 rhsm]# subscription-manager-gui
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Traceback (most recent call last):
  File "/usr/share/rhsm/subscription_manager/gui/registergui.py", line 420, in _on_proceed
    self.apply_current_screen()
  File "/usr/share/rhsm/subscription_manager/gui/registergui.py", line 424, in apply_current_screen
    self._screens[self._current_screen].apply()
  File "/usr/share/rhsm/subscription_manager/gui/registergui.py", line 719, in apply
    self.emit('move-to-screen')
TypeError: 1 parameters needed for signal move-to-screen; 0 given


Expected results:
The attach button should be grey or not showed.

Additional info:

Comment 1 Adrian Likins 2015-09-25 15:41:35 UTC

*** This bug has been marked as a duplicate of bug 1261006 ***


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