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

Ordered child relationship fails in DataImport. #430

Closed
wants to merge 1 commit into from
Closed

Ordered child relationship fails in DataImport. #430

wants to merge 1 commit into from

Conversation

cheneveld
Copy link

DataImport was failing when a ordered one to many child relationship was being processed. Previously, the importer was calling (ex: relationship name was say videos) videosSet instead of just videos, fixed now and will just call videos

…was being processed. Previously, the importer was calling (ex: relationship name was say videos) videosSet instead of just videos, fixed now and will just call videos
@JRG-Developer
Copy link
Contributor

The Good News: this fixes data import for NSOrderedSets! Awesome!

The Bad News: this appears to break setting the inverse relationship on the added object... : /

Ideas? I'm currently looking into a solution to fix this.

@JRG-Developer
Copy link
Contributor

I've got a fix for it here:

#440

Cheers!

@tonyarnold
Copy link
Contributor

Given the age of this issue, and the volume of issues we have to work through, I've decided to close this alongside a number of other older issues.

If you can still replicate the issue under the latest in-development version of MagicalRecord (3.0 at the time of writing), please feel free to re-open and one of @magicalpanda/team-magicalrecord will take another look. Thanks!

@tonyarnold tonyarnold closed this Apr 8, 2014
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.

3 participants