Disable route creation or route collision warnings on content info tab in the backoffice
In a multi site solution we have nodes created in the content root, one for each site. We're running Umbraco 13 LTS.
Each of these nodes (sites) has a child setting node that is outside the actual site (not reachable) and a child home node. The hostnames for the sites are set on the home nodes on the same level as the site settings for each site.
Root
Site One
Home
Settings
Site Two
Home
Settings
Site Three...
When editing content on a Settings node and clicking on the info-tab, every settings node warns that the item is published but the route collides with the settings node of the top item. This is because all the settings nodes are names "Settings", which i would like to keep for user experience.
Since these items are not supposed to be reached by external requests that route does not have a significance, this warning is irrelvant and I would like it removed. Is there a way to do this, disable the route creation for certain document types, perhaps by setting a property on them or something similar?
Does anyone have a solution for this or for a similar problem that could be applied?
Disable route creation or route collision warnings on content info tab in the backoffice
In a multi site solution we have nodes created in the content root, one for each site. We're running Umbraco 13 LTS.
Each of these nodes (sites) has a child setting node that is outside the actual site (not reachable) and a child home node. The hostnames for the sites are set on the home nodes on the same level as the site settings for each site.
When editing content on a Settings node and clicking on the info-tab, every settings node warns that the item is published but the route collides with the settings node of the top item. This is because all the settings nodes are names "Settings", which i would like to keep for user experience.
Since these items are not supposed to be reached by external requests that route does not have a significance, this warning is irrelvant and I would like it removed. Is there a way to do this, disable the route creation for certain document types, perhaps by setting a property on them or something similar?
Does anyone have a solution for this or for a similar problem that could be applied?
Kind regards
Martin
is working on a reply...