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

handle validation issues while importing new records on background threa... #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andreacremaschi
Copy link
Contributor

...d

@andreacremaschi
Copy link
Contributor Author

Hi! No need for apologies at all. This PR came together with this discussion:#96
The scenario is this one: I set some validation rules in CoreData (i.e. a property can't be shorter than 5 chars), then I retrieve some data from the webservices and get values that don't obey to my rules (i.e. a string shorter than 5 chars). Here I want to offer a chance to my user to correct the "wrong" data before persisting it to my local store (as I normally would with a standard CoreData application).

----Messaggio originale----

Da: [email protected]

Data: 08/03/2015 23.26

A: "mutualmobile/MMRecord"[email protected]

Cc: "Andrea Cremaschi"[email protected]

Ogg: Re: [MMRecord] handle validation issues while importing new records on background threa... (#97)

Apologies for the incredibly late attention being paid to this issue. But, what were the issues prompting the disabling of validation when importing on a background thread?


Reply to this email directly or view it on GitHub.

@cnstoll cnstoll added this to the 2.0.0 milestone Jan 18, 2016
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