Skip to content
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

fix serializing for array type attributes #175

Conversation

safakferhatkaya
Copy link

@safakferhatkaya safakferhatkaya commented Jun 4, 2024

After the introduction of #171,
we are still facing the issue of serializing after, #173. For to_array_type attributes.

Description quoted from #173:
This PR first checks if the array is empty, before validating if all values are StoreModel::Model objects. For many many_base class objects

@safakferhatkaya safakferhatkaya changed the title Add control for array check Add control for array presence for serializing Jun 4, 2024
@safakferhatkaya safakferhatkaya changed the title Add control for array presence for serializing fix serializing for array type attributes Jun 5, 2024
@DmitryTsepelev
Copy link
Owner

hey hey, could you please check if #176 solves the issue? I merged that one cause there were specs 😅

@safakferhatkaya
Copy link
Author

hey, yes #176 serves the same purpose its ok. thanks

@safakferhatkaya
Copy link
Author

[duplicated] #176 resolves the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants