Notification and tree refresh when unpublishing content

This commit is contained in:
Sebastiaan Janssen
2012-12-20 09:25:50 -01:00
parent 47d1fe7082
commit c5e7c81c19
2 changed files with 5 additions and 0 deletions

View File

@@ -349,6 +349,9 @@ namespace umbraco.cms.presentation
library.UnPublishSingleNode(_document.Id);
Current.ClientTools.SyncTree(_document.Path, true);
ClientTools.ShowSpeechBubble(speechBubbleIcon.success, ui.Text("unpublish"), ui.Text("speechBubbles", "contentUnpublished"));
//newPublishStatus.Text = "0";
}