Bug #36514
closedIncorrect aria-label and component ID in the alternate content source modal for editing Products
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2213486
Description of problem:
When you add a simplified ACS to the satellite and try to edit its products, there are
"Edit" and "Cancel" buttons in the edit modal.
"Edit" button has an aria-label: "edit_acs_details" (should be "edit_acs_products")
has data-ouia-component-id: "edit-acs-details-submit" (should be "edit-acs-products-submit")
"Cancel" button has data-ouia-component-id: "edit-acs-smart-proxies-cancel" (should be "edit-acs-products-cancel")
Version-Release number of selected component (if applicable):
satellite-6.14.0-1stream.el8sat.noarch
foreman-3.7.0-0.5.rc2.el8sat.noarch
Red Hat Enterprise Linux release 8.8 (Ootpa)
How reproducible:
Every time
Steps to Reproduce:
1. Have ACS added to the satellite
2. Click on that ACS in the ACS table
3. Try to edit Products
4. Inspect the "Edit" and "Cancel" buttons
Actual results:
The "Edit" and "Cancel" buttons have incorrect aria-labels and data-ouia-component-ids.
Expected results:
The "Edit" and "Cancel" buttons should have its own aria-labels and data-ouia-component-ids.
Additional info:
See attached screenshot.
&
Similar to BZ2208161 and BZ2212740 and BZ2212812 and BZ2209938 and BZ2213190
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/10614 added
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.10.0 added
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|ba388b63dca0a5b79cb228d9d33968436c4395f0.
Updated by Jeremy Lenz over 1 year ago
- Subject changed from Incorrect aria-label and component id in the alternate content source modal for editing Products to Incorrect aria-label and component id in the alternate content source modal for editing Products
- Category set to Alternate Content Sources
- Target version set to Katello 4.10.0
- Triaged changed from No to Yes
Updated by David Moore over 1 year ago
- Subject changed from Incorrect aria-label and component id in the alternate content source modal for editing Products to Incorrect aria-label and component ID in the alternate content source modal for editing Products