alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
85 stars 54 forks source link

Issue with dialog buttons in some use cases. #92

Closed SamerDiab closed 3 years ago

SamerDiab commented 3 years ago

Hello, I have noticed that when setting crud.setClickRowToUpdate(true); ADD operation dialog cancel button stops working, when setting too false or removing, it works and does desired hide dialog action.