Don't filter approved web contents by default or let configure it

10ヶ月前 に David H Nebinger によって更新されました。 New Member 投稿: 9 参加年月日: 23/06/21 最新の投稿

Product menu > Content > Web Content: For every role other than Content Reviewer or Site Administrator, the web content list is filtered by default to show only approved contents.

https://github.com/liferay/liferay-portal/blob/master/modules/apps/journal/journal-web/src/main/java/com/liferay/journal/web/internal/display/context/JournalDisplayContext.java#L574

Thus, the list doesn't display folders first and contents later when ordering by Modified date and, obviously, doesn't show the expired and draft contents.

Moreover, if you clear the filter, the configuration is not saved and you have to clear the filter again and again.

That's why this preference should't be applied by default, or at least it should be configurable.