getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

Delete parent model instance update children #147

Open fiftoine opened 9 years ago

fiftoine commented 9 years ago

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 commented 9 years ago

Is EPF still alive and active?

fiftoine commented 9 years ago

2 months and still no reaction.... :-1:

ghempton commented 9 years ago

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