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:
rpaquay
2010-01-27 02:30:04 +00:00
parent 91b0af0591
commit 5d797fed00
9 changed files with 8 additions and 25 deletions

View File

@@ -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;
}