alejandro-du/vaadin-microservices-demo

Delete in CrudView does not work.

unixhelden opened this issue · 1 comments

Hi alejandro. In biz-application you have named your ID Variable as "id", it should be "Id" else it won't get translated into the output Json. Hence crudview does not delete anything because it doesn't know about the ID.

https://stackoverflow.com/questions/30912826/expose-all-ids-when-using-spring-data-rest/38938767#38938767