Additional fix for U4-1341 - nodes should appear dimmed when unpublished, but
they appeared as changed (and not dimmed, therefore looked published)
This commit is contained in:
@@ -342,8 +342,8 @@ namespace umbraco.cms.presentation.Trees
|
||||
set
|
||||
{
|
||||
m_notPublished = value;
|
||||
if (m_notPublished.HasValue && m_notPublished.Value)
|
||||
this.Style.HighlightNode();
|
||||
if (m_notPublished.HasValue && m_notPublished.Value)
|
||||
this.Style.DimNode();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user