OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.39k stars 2.38k forks source link

AdminMenu: Lists item not displayed #9320

Closed MikeKry closed 4 months ago

MikeKry commented 3 years ago

Describe the bug

When Lists item is added to admin menu, it is not shown in menu.

To Reproduce

Create admin menu, add Lists element, alone or under placeholder, none of it works

image

image

and also, sorting is not working too, even though it is setup in ListPart: image

MikeKry commented 3 years ago

setup example here: http://try.orchardcore.fr/cb2h1vty/admin admin / t_@$X53F

sorting works in there, but admin menu is not

deanmarcussen commented 3 years ago

I think you just need to a TitlePart to your list content type, and give it a title, or it will have no display text, so doesn't know what to display it with.

Piedone commented 4 months ago

Yep, that seems to be the issue, and thus nothing really to fix.