feat(orchestrator-form): hide wizard steps for conditional ui:hidden#3264
Merged
karthikjeeyar merged 4 commits intoJun 2, 2026
Conversation
Evaluate conditional ui:hidden when filtering wizard steps using scoped form data and root fallbacks, align validation with visible steps, and add isNotEmptyList/notContains operators with unit tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Changed Packages
|
…ators Co-authored-by: Cursor <cursoragent@cursor.com>
…ange Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3264 +/- ##
==========================================
+ Coverage 53.57% 53.62% +0.05%
==========================================
Files 2407 2407
Lines 86535 86573 +38
Branches 23960 23963 +3
==========================================
+ Hits 46361 46425 +64
+ Misses 38593 38567 -26
Partials 1581 1581
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
…rators.md Co-authored-by: Karthik Jeeyar <karthik@redhat.com>
|
This was referenced Jun 2, 2026
karthikjeeyar
added a commit
that referenced
this pull request
Jun 2, 2026
…3264, #3253) (#3270) * fix(orchestrator-form): evaluate conditional ui:hidden with scoped form data Evaluate sibling when paths against the current object/step form data so conditionally hidden fields show and hide correctly in wizards. Fix the review step toggle by iterating schema properties when including hidden fields and applying the same scoped condition evaluation. Co-authored-by: Cursor <cursoragent@cursor.com> * chore(orchestrator): add changeset for scoped conditional ui:hidden fix Co-authored-by: Cursor <cursoragent@cursor.com> * chore(orchestrator): clarify changeset for conditional hidden fields fix Co-authored-by: Cursor <cursoragent@cursor.com> * fix(orchestrator): restore status and date filters on workflow runs Filtering workflow runs by status or date failed after query variables were introduced. Use the correct filter types so results load instead of showing an error. Co-authored-by: Cursor <cursoragent@cursor.com> * feat(orchestrator-form): hide wizard steps for conditional ui:hidden Evaluate conditional ui:hidden when filtering wizard steps using scoped form data and root fallbacks, align validation with visible steps, and add isNotEmptyList/notContains operators with unit tests. Co-authored-by: Cursor <cursoragent@cursor.com> * chore(orchestrator-form): update API reports for HiddenCondition operators Co-authored-by: Cursor <cursoragent@cursor.com> * chore(orchestrator): revert unrelated report-alpha.api.md ordering change Co-authored-by: Cursor <cursoragent@cursor.com> * Update workspaces/orchestrator/.changeset/conditional-step-hiding-operators.md Co-authored-by: Karthik Jeeyar <karthik@redhat.com> * detect GitHub SAML SSO session expiry and prompt users to re-authorize --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Karthik Jeeyar <karthik@redhat.com> Co-authored-by: Karthik <karthik.jk11@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Hey, I just made a Pull Request!
Fixes: https://redhat.atlassian.net/browse/RHDHBUGS-3224
ui:hiddenis conditional at the step level or when every field in a step is conditionally hidden.getSortedStepEntriespreviously only filtered steps with staticui:hidden: true. Conditional expressions were evaluated for individual fields but not when building the stepper, so users saw blank wizard pages.Screen.Recording.2026-06-02.at.1.05.30.PM.mov
------Workflow to test----
✔️ Checklist