Skip to content

[Bug]: CollectionTyps with relations #82

@foodiecompany

Description

@foodiecompany

What issue are you experiencing?

The current data lacks complete information about collection Types. It erroneously retains only the attribute count: 1 instead of preserving all attributes related to the collectionItem.

Steps To Reproduce

  1. Create CollectionType Events
  2. Create CollectionType Table
  3. Create relation between Events and Table (Table has many Events)
  4. Subscribed to Table:update and Events:update
  connect?.on("table:update", handleTable);
  connect?.on("event:create", handleEvent);
  connect?.on("event:update", handleEvent); 
  1. Change some data inside CollectionItem(Events)
  2. Missing all attributes inside Table
    image

What version of the plugin are you using?

2.0.4

What strapi version are you using?

4.16.2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions