Bug 740748
| Summary: | Subscribe button in Subscription Assistant should be disabled when no subscription is selected | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Candlepin | Reporter: | yu zheng <yuzheng> | ||||
| Component: | candlepin | Assignee: | Bryan Kearney <bkearney> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | John Sefler <jsefler> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 0.5 | CC: | khong | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-09-26 02:53:11 UTC | Type: | --- | ||||
| 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: | 682238 | ||||||
| Attachments: |
|
||||||
Created attachment 524551 [details]
Subscribe button in Subscription Assistant isn't disabled when no subscription is selected
*** This bug has been marked as a duplicate of bug 740831 *** |
Description of problem: After registering, subscribe button in Subscription Assistant can still be clicked when no subscription is selected. Version-Release number of selected component (if applicable): subscription-manager-0.96.11-1.el6.x86_64 python-rhsm-0.96.12-1.el6.noarch candlepin (stage env) How reproducible: Always Steps to Reproduce: 1.register to stage using stage_test_2/redhat 2.# subscription-manager-gui 3.click "Update Certificates" and the Subscription Assistant dialog pops up. 4.check product "Red Hat Enterprise Linux 6 Server" and select its available subscription, then click subscribe button. 5.click subscribe button again. Actual results: Subscribe button can be clicked even if no subscription is selected. The terminal prints error message as follows. Traceback (most recent call last): File "/usr/share/rhsm/subscription_manager/gui/subscription_assistant.py", line 554, in subscribe_button_clicked pool_id = model.get_value(tree_iter, self.subscriptions_store['pool_id']) TypeError: iter must be a GtkTreeIter Expected results: Subscribe button should be disabled. Additional info: N/A