This commit is contained in:
Shannon
2018-10-01 11:26:18 +02:00
parent 2db32ef347
commit 5c8fd56317

View File

@@ -79,6 +79,8 @@ namespace Umbraco.Web._Legacy.Controls
/// </summary> /// </summary>
protected virtual string GetItemBreadcrumbs() protected virtual string GetItemBreadcrumbs()
{ {
//TODO: Shouldn't this use the same/similar logic as the EntityController.GetResultForAncestors ?
if (!string.IsNullOrEmpty(ItemIdValue.Value)) if (!string.IsNullOrEmpty(ItemIdValue.Value))
{ {
try try