Patch method bad behavior with virtual fields #546
-
I have this field definition:
whose AttachModelAction basically does this
Now, this works great with POST/PUT method, but PATCH completely breaks this way:
I mean, obviously tag_type_id is a virtual field, yet patch method seems to ignore this. Any idea why???? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @carlos9108! Thanks for sharing this issue, a fix for it has been implemented in the 7.11.0 release. |
Beta Was this translation helpful? Give feedback.
Hi @carlos9108! Thanks for sharing this issue, a fix for it has been implemented in the 7.11.0 release.