Skip to content

Avoid errors if handler._populateQPMeta is missing#30

Open
rwjblue wants to merge 1 commit intoMiguelMadero:masterfrom
rwjblue:patch-2
Open

Avoid errors if handler._populateQPMeta is missing#30
rwjblue wants to merge 1 commit intoMiguelMadero:masterfrom
rwjblue:patch-2

Conversation

@rwjblue
Copy link
Copy Markdown

@rwjblue rwjblue commented Mar 3, 2017

Upstream changes are removing the _populateQPMeta method on Ember.Route instances (in order to prevent the corresponding controller from being eagerly looked up).

This preserves the same semantics, but avoids invocation of handler._populageQPMeta if it is not present.

Related PRs:

Upstream changes are removing the `_populateQPMeta` method on `Ember.Route` instances (in order to prevent the corresponding controller from being eagerly looked up).

This preserves the same semantics, but avoids invocation of `handler._populageQPMeta` if it is not present.
@rwjblue
Copy link
Copy Markdown
Author

rwjblue commented Mar 5, 2017

Looks like the 1.13 tests are failing, but I'm not very familiar with the test setup. Can someone take a look at the failure and provide guidance? I'm happy to fix...

@MiguelMadero
Copy link
Copy Markdown
Owner

Wow, for someone reason I missed this almost a year ago.

Thanks for opening this PR. I'll have a look.

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