#19475: Redirecting back to Edit Content Type on save, instead of returning to the list.

Work Item: 19475

--HG--
branch : 1.x
extra : rebase_source : c7914fa5bdcbae1d5d9dfa1dab285c7b43d776ae
This commit is contained in:
Sipke Schoorstra
2013-03-12 19:54:24 +01:00
parent e8640fda0c
commit 44319d84de

View File

@@ -250,7 +250,7 @@ namespace Orchard.ContentTypes.Controllers {
Services.Notifier.Information(T("\"{0}\" settings have been saved.", typeViewModel.DisplayName));
return RedirectToAction("List");
return RedirectToAction("Edit", new { id });
}
[HttpPost, ActionName("Edit")]