mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19692: Fixing 404 when creating a Layout
Work Item: 19692 --HG-- branch : 1.x
This commit is contained in:
@@ -121,6 +121,7 @@ namespace Orchard.Projections.Controllers {
|
||||
|
||||
Services.Notifier.Information(T("Layout Created"));
|
||||
|
||||
_repository.Create(layoutRecord);
|
||||
return RedirectToAction("Edit", new { id = layoutRecord.Id });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user