mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-28 17:32:44 +08:00
Creating a content type redirects you to the Add Parts screen.
--HG-- branch : dev
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Orchard.ContentTypes.Controllers {
|
||||
|
||||
Services.Notifier.Information(T("The \"{0}\" content type has been created.", typeViewModel.DisplayName));
|
||||
|
||||
return RedirectToAction("Edit", new { id = typeViewModel.Name });
|
||||
return RedirectToAction("AddPartsTo", new { id = typeViewModel.Name });
|
||||
}
|
||||
|
||||
public ActionResult ContentTypeName(string displayName) {
|
||||
|
||||
Reference in New Issue
Block a user