First content item at root should not have special meaning when routing (#18016)
This commit is contained in:
@@ -736,8 +736,6 @@ public class DocumentUrlService : IDocumentUrlService
|
||||
|
||||
if (considerFirstLevelAsRoot)
|
||||
{
|
||||
yield return rootKeys.First();
|
||||
|
||||
foreach (Guid rootKey in rootKeys)
|
||||
{
|
||||
if (isDraft is false && IsContentPublished(rootKey, culture) is false)
|
||||
|
||||
Reference in New Issue
Block a user