yiev

Results 3 comments of yiev

Just ran into the same error. It seems like some part of the validation is not triggered when passing an Object to updateById(), but it is triggered by create(). Example...

Any updates on this?

I came up with two possible workarounds. Both not very nice. The first one is to select the "old" element first from the repository before updating the element. Then overwriting...