MGMT-20354: LSO Operator Visually Unchecked in UI After Toggling Virt Bundle Whil…#2908
Conversation
…e ODF Is Selected Signed-off-by: Elay Aharoni <elayaha@gmail.com>
|
@ElayAharoni: This pull request references MGMT-20354 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughThe updates in the Changes
Sequence Diagram(s)sequenceDiagram
participant OS as OperatorsStep Component
participant UE as useEffect Hook
participant FS as Form State
OS->>UE: Component mounts/updating monitoredOperators
UE->>OS: Filter monitoredOperators -> newSelection
loop For each operator in newSelection
UE->>UE: Retrieve fieldId via mapOperatorsToFieldIds
UE->>FS: Call setFieldValue(fieldId, true)
end
UE->>OS: Update selectedOperators state
Suggested labels
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
libs/ui-lib/lib/ocm/components/clusterWizard/OperatorsStep.tsxOops! Something went wrong! :( ESLint: 8.57.1 ESLint couldn't find the config "@openshift-assisted/eslint-config" to extend from. Please check that the name of the config is correct. The config "@openshift-assisted/eslint-config" was referenced from the config file in "/libs/ui-lib/.eslintrc.cjs". If you still have problems, please stop by https://eslint.org/chat/help to chat with the team. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used🧬 Code Graph Analysis (1)libs/ui-lib/lib/ocm/components/clusterWizard/OperatorsStep.tsx (1)
⏰ Context from checks skipped due to timeout of 90000ms (6)
🔇 Additional comments (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@ElayAharoni: This pull request references MGMT-20354 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ammont82, ElayAharoni The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
9a27825
into
openshift-assisted:master
|
/cherry-pick releases/v2.39 |
|
@ammont82: new pull request created: #2917 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…e ODF Is Selected (openshift-assisted#2908) Signed-off-by: Elay Aharoni <elayaha@gmail.com>
https://issues.redhat.com/browse/MGMT-20354
https://www.loom.com/share/59c2ac9546d84233aac6d808c6b2b839?sid=f49a7de5-a1b5-4e4c-a71d-f231f86e41e4
Summary by CodeRabbit