-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix implicit HomeRoute dependency in Autoroute #17321
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where in the code is the hidden dependency/assumption?
src/OrchardCore.Modules/OrchardCore.Autoroute/Models/AutoroutePartExtensions.cs
Outdated
Show resolved
Hide resolved
This reverts commit eae1de0.
It's not technically the homepage module that it references but the homepage property that is useless without the homepage module. A quick search yields the following:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Mike Alhayek <[email protected]>
Fix #17244
Changes:
The Autoroute was written such that it assumes the home route feature is enabled. This PR makes that assumption an explicit dependency.