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

ready method not getting called on model #90

Open
pythonquick opened this issue Jun 25, 2020 · 3 comments
Open

ready method not getting called on model #90

pythonquick opened this issue Jun 25, 2020 · 3 comments

Comments

@pythonquick
Copy link

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?

@danielspaniel
Copy link
Owner

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.

@tythewebguy
Copy link

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

@danielspaniel
Copy link
Owner

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

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

3 participants