Fixes U4-1668 4.11.4 NiceUrl property on dynamicnode does not work until a
property has been requested from the dynamic node
This commit is contained in:
@@ -214,7 +214,7 @@ namespace umbraco.NodeFactory
|
||||
{
|
||||
get
|
||||
{
|
||||
return library.NiceUrl(_id);
|
||||
return library.NiceUrl(Id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user