vitorsantos-commits opened a new issue, #7843: URL: https://github.com/apache/hop/issues/7843
### Apache Hop version? 2.19 ### Java version? 21 ### Operating system Windows ### What happened? Description: In the Select Values transform dialog (under the Metadata / Select & Alter tab), setting or selecting a value in the Format / Mask column and then clicking away / changing cell focus causes the table grid to wrongly overwrite the Fieldname column with the string entered in the Format field. Steps to Reproduce: Open a Select Values transform dialog in a pipeline. Go to the Select & Alter or Metadata tab. Add a field name in the first column (e.g., CARACTER_ATENDIMENTO). Set its Type to Date. Select or type a date format in the Format column (e.g., MM-dd-yyyy HH:mm:ss). Click on another row or cell to commit the change. Observed Result: The Fieldname cell on that row is instantly overwritten with the format value (MM-dd-yyyy HH:mm:ss), erasing the original field name. Expected Result: The field name should remain intact, and only the Format column should store the selected mask. Environment: Component: Hop GUI / Select Values Transform Dialog OS: Windows https://github.com/user-attachments/assets/83362c47-688b-48a7-8cab-12fbd997bc9b ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
