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 805594 - Multiple "subscribe" buttons that do different things
Summary: Multiple "subscribe" buttons that do different things
Keywords:
Status: CLOSED DUPLICATE of bug 803374
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: subscription-manager
Version: 6.3
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Alex Wood
QA Contact: J.C. Molet
URL:
Whiteboard:
Depends On:
Blocks: 738066
TreeView+ depends on / blocked
 
Reported: 2012-03-21 16:27 UTC by J.C. Molet
Modified: 2012-04-19 03:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-30 17:20:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2012:0804 0 normal SHIPPED_LIVE subscription-manager bug fix and enhancement update 2012-06-19 19:51:31 UTC

Description J.C. Molet 2012-03-21 16:27:36 UTC
Description of problem:
In subscription-manager-gui, there are multiple buttons named "Subscribe":

- The one in "My Installed Software" which initiates the SLA based auto-subscribe.

- The one in "All Available Subscriptions" used to subscribe to subscriptions

This causes issues with people using the accessibility API as both buttons are direct children of the 'Subscription Manager' window/object and therefore indistinguishable from each other.

This also breaks all automation having to do with subscribing and unsubscribing from individual subscriptions (id est: most tests).

Version-Release number of selected component (if applicable):
subscription-manager-gnome-0.99.10-1.git.85.057ca98.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. fire up subscription-manager-gui
2. Navigate to the 'All Available Subscriptions' tab, search and select an item
3. use your favorite at-spi tool to click on the 'Subscribe' button:
 python -c "import ldtp; ldtp.click('Subscription Manager','Subscribe')"
  
Actual results:
The subscribe button under 'My Installed Software' has the same at-spi name as the one under 'All Available Subscriptions', and it gets clicked on, and my system attempts to autosubscribe.

Expected results:
The subscribe button under 'My Installed Software' has a different name and clicking subscribe subscribes me to a subscription.

Additional info:
This would be a great opportunity to change the name of the SLA subscribe to "Autosubscribe" or similar.

Comment 1 Alex Wood 2012-03-23 13:34:02 UTC
Committed 167478ad9e4b5d4ffae9545abd5ac20dbe3cb705

Available subscription-manager-0.99.12+

Comment 4 John Sefler 2012-03-28 17:52:41 UTC
"Auto-subscribe" is probably the best choice.

Reference: http://english.stackexchange.com/questions/7657/use-of-hypens-with-auto-autopopulate-auto-populate-or-auto-populate

Comment 5 Alex Wood 2012-03-30 17:20:37 UTC

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


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