Notification and tree refresh when unpublishing content
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user