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

   
   ### UI layout and enablement
   - **MongoDB Input** (`MongoDbInputDialog`): Vertically align the Collection 
label, combo, and **Get collections** button on one row (`FormAttachment` + 
`SWT.CENTER`, matching MongoDB Output).
   - **MongoDB Delete** (`MongoDbDeleteDialog`): Same Collection row alignment; 
align **Use JSON query** label and checkbox on one row (checkbox was offset 
with `margin * 3`).
   - **MongoDB Output** (`MongoDbOutputDialog`): When **Update** / **Modifier 
update** toggles enable or disable Upsert, Multi-update, and Modifier options, 
apply the same state to their labels via `setUpdateOptionControlsEnabled()` (on 
load, on selection, and after dialog build).
   
   ### MongoDB Input preview / init fix
   When **Output a single JSON field** is unchecked and no fields are defined 
on the Fields tab, preview failed with:
   `NullPointerException: Cannot invoke "java.util.List.iterator()" because 
"fields" is null`  
   at `MongoDbInputData.setMongoFields`.


-- 
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