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

[9.x] De-couple Console component from framework #44864

Merged
merged 2 commits into from
Nov 7, 2022
Merged

Conversation

driesvints
Copy link
Member

This PR decouples the Console component further from the framework. #43065 introduced the concept of mutators which are getting resolved through the container before they're invoked. But since none of these mutators have dependencies this isn't necessary.

I've also added a check for the app function in the EnsureRelativePaths mutator so it's not invoked when called from outside the framework.

See #44849

@wouterj
Copy link
Contributor

wouterj commented Nov 7, 2022

Thanks for the quick actions! I've applied this patch locally and I can confirm that this fixes my use-case 👍

@taylorotwell taylorotwell merged commit e5398e7 into 9.x Nov 7, 2022
@taylorotwell taylorotwell deleted the remove-app-calls branch November 7, 2022 14:46
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.

4 participants