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

Delete parent model instance update children #147

Open
fiftoine opened this issue Nov 21, 2014 · 3 comments
Open

Delete parent model instance update children #147

fiftoine opened this issue Nov 21, 2014 · 3 comments

Comments

@fiftoine
Copy link

Hi,

When deleting a parent model instance, the children (hasMany) are updated. When flushing the session, epf does a PUT for each child because they are dirty.

Actually, the server takes care of the dependencies with a cascade delete, so after the parent instance DELETE call, the children no longer exist...

How to remove those children from the session without server call?

Thanks in advance

@fiftoine
Copy link
Author

Is EPF still alive and active?

@fiftoine
Copy link
Author

2 months and still no reaction.... 👎

@ghempton
Copy link
Contributor

EPF is in the process of being transitioned to https://github.com/coalescejs/coalesce (which has ember bindings)

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

No branches or pull requests

2 participants