Bug #36513
closedIncorrect aria-label and component ID in the alternate content source modal for editing smart proxies
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2213190
Created attachment 1969520 [details]
Screenshot showing wrong ids
Description of problem:
When you add an ACS to the satellite and try to edit its smart proxies, there is "Edit" button in the edit modal.
"Edit" button has an aria-label: "edit_acs_details" (should be "edit_acs_smart_proxies_submit")
has data-ouia-component-id: "edit-acs-details-submit" (should be "edit-acs-smart-proxies-submit")
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 smart proxies
4. Inspect the "Edit" button
Actual results:
The "Edit" button has incorrect aria-labels and data-ouia-component-ids.
Expected results:
The "Edit" button 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