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.4k stars 2.39k forks source link

Content picker field display all content types shows unlistable content #6544

Open deanmarcussen opened 4 years ago

deanmarcussen commented 4 years ago

The content picker field recieved a new setting recently Display all content types

This is listing content types which are set to not Listable

I think it should probably only list, Listable content types, when that setting is used.

hishamco commented 4 years ago

Me as a user, I expect to display all the content types from the settings named Display all content type, regardless if it's listable or not

In case we need to display ONLY listable content types, I prefer to change the setting name

sebastienros commented 4 years ago

Break it, and add another option if people complain because we broke it then add it