Ensures footer breadcrumb in content and media returned in correct order
This commit is contained in:
@@ -557,6 +557,7 @@ namespace Umbraco.Web.Editors
|
||||
|
||||
return Services.EntityService.GetAll(objectType.Value, ids)
|
||||
.WhereNotNull()
|
||||
.OrderBy(x => x.Level)
|
||||
.Select(Mapper.Map<EntityBasic>);
|
||||
}
|
||||
//now we need to convert the unknown ones
|
||||
|
||||
Reference in New Issue
Block a user