mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 04:43:35 +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.Create(model.Page.Item.ContentItem, VersionOptions.Draft);
|
||||||
|
Services.ContentManager.UpdateEditorModel(page, this);
|
||||||
|
|
||||||
// Execute publish command
|
// Execute publish command
|
||||||
switch (Request.Form["Command"]) {
|
switch (Request.Form["Command"]) {
|
||||||
|
Reference in New Issue
Block a user