leehaut opened a new pull request, #7163: URL: https://github.com/apache/hop/pull/7163
Improves layout and enable/disable behavior in MongoDB pipeline transform configuration dialogs: - **MongoDB Input** (`MongoDbInputDialog`): Align the Collection combo and **Get collections** button vertically with the Collection label (same pattern as MongoDB Output). - **MongoDB Delete** (`MongoDbDeleteDialog`): Same alignment fix for Collection + **Get collections**; 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—not only the checkboxes—via a shared `setUpdateOptionControlsEnabled()` helper used on load and on selection. -- 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]
