Fixes backwards compat issue in 7.3 with TagQuery property on UmbracoHelper. see: http://issues.umbraco.org/issue/U4-6899

This commit is contained in:
Shannon
2015-07-30 14:03:17 +02:00
parent bb94fc7d71
commit b4e496fceb
3 changed files with 55 additions and 4 deletions

View File

@@ -83,6 +83,8 @@ namespace Umbraco.Web.Editors
{
var targetNode = umbraco.TypedContent(model.Source.Id);
//TODO: Null check!!!!!!!!!!!!
var aliases = this.GetChildContentTypeAliases(targetNode, currentPage).Reverse();
foreach (var contentTypeAlias in aliases)