plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
254 stars 191 forks source link

folder_contents hides items when effective date is not reached yet #3387

Closed MrTango closed 1 year ago

MrTango commented 2 years ago

BUG

What I did:

As a editor, add a news item, set the effective date to the future and publish the item.

What I expect to happen:

The item should be visible for me in folder_contents.

What actually happened:

The item is only visible for admins in folder_content.

What version of Plone/ Addons I am using:

5.1.x/5.2.x

MrTango commented 2 years ago

The querystring parameter show_inactive should be set by default to authenticated.

{"i":"show_inactive","o":"plone.app.querystring.operation.string.showInactive","v":["Authenticated"]}],

this needs to be changed in the Mockup "structure" pattern.

davisagli commented 1 year ago

Duplicate of #3571. That has more discussion, so I'll close this one.