Not sure whether it is a bug or a feature: When I'm sending PUT requests to update virtual fields or fields annotated with @readonly, updating is not happening (correct!), but the response status is 200 OK. So, the http client gets no indication that he is trying to work against the model. (cds version 3.31.1 on Node.js).
I would consider this to be an error, but I don't know what others think about it ... ?
Not sure whether it is a bug or a feature: When I'm sending PUT requests to update virtual fields or fields annotated with @readonly, updating is not happening (correct!), but the response status is
200 OK
. So, the http client gets no indication that he is trying to work against the model. (cds version 3.31.1 on Node.js).I would consider this to be an error, but I don't know what others think about it ... ?
Klaus