You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tjquinno opened this issue
Aug 27, 2023
· 1 comment
Assignees
Labels
3.xIssues for 3.x version branchbugSomething isn't workingduplicateThis issue or pull request already existsintegrationopen-apiteam-fixThis issue is available for team members to be fixed. Should not require deep knowledge of Helidon
The OpenAPI UI integration lets users configure additional properties that have meaning to the UI itself--not to Helidon's integration--and Helidon should pass those through.
But it only passes the first property through, ignoring others.
Thanks to an internal user who looked into the code, it looks as if OpenApiUiFull#convertOptions contains a break nextKey; that should be a continue nextKey;.
Steps to reproduce
Add multiple configuration settings to be passed through to the UI. Only one goes through.
The text was updated successfully, but these errors were encountered:
tjquinno
changed the title
OpenAPI UI integration uses only the first pass-through property to the UI
3.x OpenAPI UI integration uses only the first pass-through property to the UI
Sep 7, 2023
3.xIssues for 3.x version branchbugSomething isn't workingduplicateThis issue or pull request already existsintegrationopen-apiteam-fixThis issue is available for team members to be fixed. Should not require deep knowledge of Helidon
Environment Details
Problem Description
The OpenAPI UI integration lets users configure additional properties that have meaning to the UI itself--not to Helidon's integration--and Helidon should pass those through.
But it only passes the first property through, ignoring others.
Thanks to an internal user who looked into the code, it looks as if
OpenApiUiFull#convertOptions
contains abreak nextKey;
that should be acontinue nextKey;
.Steps to reproduce
Add multiple configuration settings to be passed through to the UI. Only one goes through.
The text was updated successfully, but these errors were encountered: