-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
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
- Create CollectionType Events
- Create CollectionType Table
- Create relation between Events and Table (Table has many Events)
- Subscribed to Table:update and Events:update
connect?.on("table:update", handleTable);
connect?.on("event:create", handleEvent);
connect?.on("event:update", handleEvent); What version of the plugin are you using?
2.0.4
What strapi version are you using?
4.16.2
