From 5c8fd563172ca810ac3447b2c115b112e050b100 Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 1 Oct 2018 11:26:18 +0200 Subject: [PATCH] comment --- src/Umbraco.Web/_Legacy/Controls/BaseTreePicker.cs | 2 ++ 1 file changed, 2 insertions(+) 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