We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My route is defined like this:
{ path: ':catId/:id(new|\\d+)', name: 'EntityCreate', component: EntityManualCU, meta: { breadcrumb: 'Send Entity', }, },
In breadcrumb route path generated as http://localhost:8080/entities/2/new(new%7C/d+)
http://localhost:8080/entities/2/new(new%7C/d+)
The text was updated successfully, but these errors were encountered:
@dastiw1 Thanks, I will try to resolve this shortly. If you have a solution, I'd love to consider it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
My route is defined like this:
In breadcrumb route path generated as
http://localhost:8080/entities/2/new(new%7C/d+)
The text was updated successfully, but these errors were encountered: