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