Skip to content

Doesn't seem to be able to pick up Object / Array changes #25

@gtamas

Description

@gtamas

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions