Skip to content

Fix REST Client parameter field dropdowns#7566

Open
gvdutra wants to merge 1 commit into
apache:mainfrom
gvdutra:7530-fix-rest-parameter-fields
Open

Fix REST Client parameter field dropdowns#7566
gvdutra wants to merge 1 commit into
apache:mainfrom
gvdutra:7530-fix-rest-parameter-fields

Conversation

@gvdutra

@gvdutra gvdutra commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Fixes #7530.

Summary

  • keep separate column definitions for query and matrix parameter fields
  • populate both parameter field dropdowns from incoming fields
  • add a regression test for both dropdowns
  • clarify query and matrix parameter configuration in the REST Client documentation

Root cause

The query and matrix parameter tables shared the same ColumnInfo array field. Initializing the matrix parameter tab replaced the query parameter column reference, so field discovery updated only the matrix parameter dropdown.

Validation

  • ./mvnw -pl plugins/transforms/rest -Dtest=RestDialogTest test
  • ./mvnw -pl plugins/transforms/rest -DskipTests spotless:check
  • git diff --check

@gvdutra
gvdutra marked this pull request as ready for review July 18, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: REST client parameters

1 participant