-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: CollectionTyps with relations #82
Comments
Thanks for the report! It looks like this is due to For now the workaround is to set |
The current solution is partially effective; however, there are additional issues. When creating a new collectionItem(Event), essential attributes for the related item are missing. Thanks!
|
when merging ??? |
It will be fixed whenever someone has time to research and add a proper fix. The proposed one is not an ideal solution to this issue as it is always populating all fields at first level which has performance ramifications. This is a small open source project maintained in people's free time their should be no expectation of maintenance and/or fixes applied. Unfortunately at the moment this project is not maintained by anyone specific, until it is this issue will most likely remain open. Their is a workaround posted above in #82 (comment) |
Understood, thanks |
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
What version of the plugin are you using?
2.0.4
What strapi version are you using?
4.16.2
The text was updated successfully, but these errors were encountered: