- Issue created by @aasarava
- 🇺🇸United States aasarava San Diego
aasarava → changed the visibility of the branch 3425853-viewinclusion-condition-causes to hidden.
- 🇺🇸United States aasarava San Diego
aasarava → changed the visibility of the branch 3425853-viewinclusion-condition-causes to active.
- 🇺🇸United States aasarava San Diego
aasarava → changed the visibility of the branch 3425853-viewinclusion-no-route to hidden.
- Merge request !51Issue #3425853: Prevent ViewInclusion PHP notice on str_replace() when no routename found → (Open) created by aasarava
- Status changed to Needs review
over 1 year ago 11:29pm 7 March 2024 - First commit to issue fork.
- 🇪🇸Spain jncruces Sevilla
Hi,
I created a new patch because the original return true if no route is present and the condition requires a route.
If no route it can't be validated.
Greetings.
- Status changed to RTBC
13 days ago 2:57pm 20 August 2025 - 🇸🇮Slovenia deaom
Could confirm the issue if user would visit a view route that does not exist, like typo or something. If the page is not in maintenance mode, the route is usually 404, meaning it has a name. The MR #57/#58 solves the issue and I think is the correct solution for returning FALSE as it's not a valid route so no need to evaluate it. Marking #57/58 as RTBC.