Backport ShowUnroutableContentWarnings to V13#18479
Merged
AndyButland merged 1 commit intov13/devfrom Feb 26, 2025
Merged
Conversation
This was referenced Feb 26, 2025
AndyButland
approved these changes
Feb 26, 2025
Contributor
There was a problem hiding this comment.
I've tested this by creating two content items with the same route using the umbracoUrlName magic property. Can confirm the warning only appears when configured to do so.
Just to note, we've missed documenting this for 15, but I've included now in this PR for 15.3: umbraco/UmbracoDocs#6879
As well as this one for 13.8: umbraco/UmbracoDocs#6876
This was referenced Sep 30, 2025
This was referenced Dec 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites
Description
#17837 introduced a configuration option (
ShowUnroutableContentWarnings) to disable warnings for unroutable content in V15 (the warnings were originally introduced for V13 in #17705).This PR backports the same configuration from V15 to V13 😄
Testing this PR
ShowUnroutableContentWarningsNote that you must have
ShowDomainWarningsdisabled to reliably test this, becauseShowDomainWarningsoverrulesShowUnroutableContentWarningsin certain scenarios: