It works fine with all models, but if the property points to an. array or object, diff won't be saved.
Is this a bug?
For example, given this model:
{
"title": "some",
"subtitle": "string",
"lead": "string",
"status": "draft",
"contentBody": "string",
"slug": "foo",
"authors": [
"5ed798ab1ead6a5b912bb3d4"
],
"language": "5f04b95a157caec798bae997",
"master_content": "5f04ae3f985318b9cbb75f40"
}
The plugin doesn't record the changes of the "authors" field. Same happens when I change a value in a nested object. Is this intentional? Is there some way to record these changes too?
It works fine with all models, but if the property points to an. array or object, diff won't be saved.
Is this a bug?
For example, given this model:
The plugin doesn't record the changes of the "authors" field. Same happens when I change a value in a nested object. Is this intentional? Is there some way to record these changes too?