Fixes U4-2105 Saving a document will make it look like it is unpublished
This commit is contained in:
@@ -113,7 +113,7 @@ function openContent(id) {
|
||||
node.OpenIcon = dd.ContentTypeIcon;
|
||||
}
|
||||
|
||||
if (!dd.Published)
|
||||
if (dd.HasPublishedVersion() == false)
|
||||
node.Style.DimNode();
|
||||
|
||||
if (dd.HasPendingChanges())
|
||||
|
||||
Reference in New Issue
Block a user