mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
- Fixing 16213: Admin > Edit Page: Tags missing after saving a page and then editing again Title is required
--HG-- branch : dev
This commit is contained in:
@@ -132,6 +132,7 @@ namespace Orchard.Pages.Controllers {
|
||||
}
|
||||
|
||||
Services.ContentManager.Create(model.Page.Item.ContentItem, VersionOptions.Draft);
|
||||
Services.ContentManager.UpdateEditorModel(page, this);
|
||||
|
||||
// Execute publish command
|
||||
switch (Request.Form["Command"]) {
|
||||
|
Reference in New Issue
Block a user