Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Routing] Fix default value not taken if usigng name:entity.attribute#62325
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:7.3
Are you sure you want to change the base?
[Routing] Fix default value not taken if usigng name:entity.attribute#62325
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.
what about the logic for backed enums in the previous block? don't we need something similar?
Uh oh!
There was an error while loading.Please reload this page.
6a89ac7 tof5077aaCompareeltharin commentedNov 6, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I write on my todolist to allow mapped parameters notation to use BackedEnum::from :) |
Uh oh!
There was an error while loading.Please reload this page.
a916fc7 to613acceCompare
When using Mapped parameters, default values can't be used :
or
route was not found if we want to go to : /zoom/myVortex,
with this fix, it's OK