feat(orchestrator): expose RJSF widget config to templates - #4130
Conversation
Changed Packages
|
PR Summary by QodoExpose orchestrator.rjsf-widgets config to RJSF template evaluation
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
11 rules✅ Cross-repo context Explored:
repo: redhat-developer/rhdh-operator (sha: 3df5f74e) Explored:
repo: redhat-developer/rhdh-local (sha: 2ae9e8c8) Explored:
repo: redhat-developer/rhdh (sha: e431ad4e) Not relevant to this PR:
redhat-developer/rhdh-chart 1. Frontend config schema drift
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4130 +/- ##
=======================================
Coverage 58.05% 58.05%
=======================================
Files 2409 2409
Lines 96354 96354
Branches 26808 26831 +23
=======================================
+ Hits 55937 55938 +1
+ Misses 38953 38949 -4
- Partials 1464 1467 +3
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
Thanks @upendhran for your contribution. |
…veloper#4130) * feat(orchestrator): expose RJSF widget config to templates * feat(orchestrator): expose RJSF widget config to templates * remove unnecessary form widgets changeset
…veloper#4130) * feat(orchestrator): expose RJSF widget config to templates * feat(orchestrator): expose RJSF widget config to templates * remove unnecessary form widgets changeset



Hey, I just made a Pull Request!
Expose
orchestrator.rjsf-widgetsas frontend configuration so workflow form templates can access public string values throughrjsfConfig.<key>rjsfConfigExample Usage
rjsfConfig.<key>. However, this namespace was not declared as frontend visible in the Backstage config schema, so its values were filtered out before reaching the frontend✔️ Checklist