Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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 2155911 - Audit ouia-ids for ACS UI
Summary: Audit ouia-ids for ACS UI
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Subscription Management
Version: 6.12.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: 6.13.0
Assignee: Jeremy Lenz
QA Contact: Partha Aji
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-12-22 21:32 UTC by Jeremy Lenz
Modified: 2023-05-03 13:23 UTC (History)
5 users (show)

Fixed In Version: rubygem-katello-4.7.0.1,rubygem-katello-4.7.0.23-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-03 13:23:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 35873 0 Normal Ready For Testing Audit ouia-ids for ACS UI 2022-12-22 21:32:33 UTC
Red Hat Issue Tracker SAT-14658 0 None None None 2023-01-04 23:09:36 UTC
Red Hat Product Errata RHSA-2023:2097 0 None None None 2023-05-03 13:23:53 UTC

Description Jeremy Lenz 2022-12-22 21:32:32 UTC
We need to run a check on ouia-ids on ACS UI and make sure all required components have those assigned.

Comment 1 Jeremy Lenz 2022-12-22 21:32:35 UTC
Created from redmine issue https://projects.theforeman.org/issues/35873

Comment 2 Jeremy Lenz 2022-12-22 21:32:36 UTC
Upstream bug assigned to jlenz

Comment 4 Partha Aji 2023-03-13 20:42:03 UTC
Sounds like couple of ouia-ids still missing
"""
diff --git a/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js b/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js
index 1b74465d35..278ea9b753 100644
--- a/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js
+++ b/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js
@@ -34,6 +34,7 @@ const ACSEditDetails = ({ onClose, acsId, acsDetails }) => {
       isOpen
       onClose={onClose}
       appendTo={document.body}
+      ouiaId={`ACS Edit Details-${acsId}`}
     >
       <Form onSubmit={(e) => {
         e.preventDefault();
@@ -43,6 +44,7 @@ const ACSEditDetails = ({ onClose, acsId, acsDetails }) => {
         <FormGroup label={__('Name')} isRequired fieldId="acs_name">
           <TextInput
             isRequired
+            ouiaId={`ACS Edit Name-${acsId}`}
             type="text"
             id="acs_name_field"
             name="acs_name_field"
diff --git a/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js b/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js
index f9e3baa4e7..b88ea956a4 100644
--- a/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js
+++ b/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js
@@ -69,6 +69,7 @@ const ACSEditProducts = ({ onClose, acsId, acsDetails }) => {
       isOpen
       onClose={onClose}
       appendTo={document.body}
+      ouiaId={`ACS-Edit-Products-${acsId}`}
     >
       <Form onSubmit={(e) => {
         e.preventDefault();
"""

Comment 8 errata-xmlrpc 2023-05-03 13:23:43 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Important: Satellite 6.13 Release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:2097


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