mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 21:43:37 +08:00
Bug fixes
Remove unused comment settings Fix "Edit" action link for pages (front-end) Creating a draft shouldn't unpublish the page/blog post anymore --HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046002
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Orchard.Blogs.Controllers {
|
||||
_services.Notifier.Information(T("Blog post has been scheduled for publishing"));
|
||||
break;
|
||||
default:
|
||||
_blogPostService.Unpublish(model.BlogPost.Item);
|
||||
//_blogPostService.Unpublish(model.BlogPost.Item);
|
||||
_services.Notifier.Information(T("Blog post draft has been saved"));
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user