Relates to bud U4-1142 Umbraco helper in wrong context with used in a Partial.
Fix to context of Umbraco helper when used in partials.
This commit is contained in:
@@ -251,6 +251,7 @@ namespace Umbraco.Web
|
||||
|
||||
var item = new Item()
|
||||
{
|
||||
NodeId = currentPage.Id.ToString(),
|
||||
Field = fieldAlias,
|
||||
TextIfEmpty = altText,
|
||||
LegacyAttributes = attributesForItem
|
||||
|
||||
Reference in New Issue
Block a user