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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user