ember-data-change-tracker icon indicating copy to clipboard operation
ember-data-change-tracker copied to clipboard

ready method not getting called on model

Open pythonquick opened this issue 5 years ago • 3 comments

My application is on Ember 3.14 and since updating to the latest ember-data-change-tracker version (0.10.1). The config/environment.js uses the following configuration for this addon:

    changeTracker: { trackHasMany: true, auto: true, enableIsDirty: true },

Problem: the model event method ready no longer fires after creating a new model in the store.

The recently merged PR #87 removes the calls to this._super in the ready method. Can this be the issue? Or is there any other configuration needed to make things work with the latest addon?

pythonquick avatar Jun 25 '20 12:06 pythonquick

Not sure @pythonquick, if you want to fix things, might have to dig in and do it yourself, because I went to the land of clojure and have not returned.

danielspaniel avatar Jun 25 '20 13:06 danielspaniel

@danielspaniel does this mean ember-data-change-tracker is now abandoned?

tythewebguy avatar Aug 03 '20 20:08 tythewebguy

pretty much @tythewebguy , if you want to maintain it .. i can give you maintainer rights

danielspaniel avatar Aug 03 '20 20:08 danielspaniel