mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Reverting a few fixes
--HG-- branch : dev
This commit is contained in:
@@ -198,7 +198,7 @@ namespace Orchard.Core.Contents.Controllers {
|
||||
|
||||
ActionResult CreatableTypeList() {
|
||||
var list = Shape.List();
|
||||
list.AddRange(GetCreatableTypes());
|
||||
list.AddRange("CreatableTypeList", GetCreatableTypes());
|
||||
|
||||
var viewModel = Shape.ViewModel()
|
||||
.ContentTypes(list);
|
||||
|
||||
Reference in New Issue
Block a user