gvdutra opened a new pull request, #7566:
URL: https://github.com/apache/hop/pull/7566

   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`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to