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
86 stars 54 forks source link

NullPointerException if all operations are sent null #135

Open duclad opened 3 months ago

duclad commented 3 months ago

https://github.com/alejandro-du/crudui/blob/8dab7ee5d4d351583fe609fb569c6bfcb81e8786/add-on/src/main/java/org/vaadin/crudui/form/AbstractAutoGeneratedCrudFormFactory.java#L366

Perhaps move this line down few lines where is the if for operationButton

alejandro-du commented 3 months ago

@duclad - Thanks for reporting this alongside the potential fix. I can go ahead and implement the suggestion, but I'd like to give you the chance to contribute the patch if you want. Please let me know.