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

Fix entity route incorrectly handling placeholders #12575

Merged
merged 1 commit into from
Sep 21, 2018
Merged

Conversation

markstory
Copy link
Member

In addition to incorrectly handling : prefixed parameters EntityRoute did not handle brace parameters at all. Instead of re-parsing the route, we can compile the route template and use the extracted data to find entity data.

Refs #12572

In addition to incorrectly handling `:` prefixed parameters EntityRoute
did not handle brace parameters at all. Instead of re-parsing the route,
we can compile the route template and use the extracted data to find
entity data.

Refs #12572
@markstory markstory added this to the 3.6.12 milestone Sep 20, 2018
@markstory markstory merged commit 946e7db into master Sep 21, 2018
@markstory markstory deleted the issue-12572 branch September 21, 2018 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants