mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
#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:
@@ -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")]
|
||||
|
Reference in New Issue
Block a user