#19692: Fixing 404 when creating a Layout

Work Item: 19692

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-21 15:55:41 -07:00
parent 3de95903dc
commit 8f35372f70

View File

@@ -121,6 +121,7 @@ namespace Orchard.Projections.Controllers {
Services.Notifier.Information(T("Layout Created"));
_repository.Create(layoutRecord);
return RedirectToAction("Edit", new { id = layoutRecord.Id });
}