diff --git a/src/Umbraco.Web/_Legacy/Controls/BaseTreePicker.cs b/src/Umbraco.Web/_Legacy/Controls/BaseTreePicker.cs index f7e9dfe36d..c2298e4906 100644 --- a/src/Umbraco.Web/_Legacy/Controls/BaseTreePicker.cs +++ b/src/Umbraco.Web/_Legacy/Controls/BaseTreePicker.cs @@ -79,6 +79,8 @@ namespace Umbraco.Web._Legacy.Controls /// protected virtual string GetItemBreadcrumbs() { + //TODO: Shouldn't this use the same/similar logic as the EntityController.GetResultForAncestors ? + if (!string.IsNullOrEmpty(ItemIdValue.Value)) { try