Timeline does not exclude Posts with 'pending' status #58116
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the timeline displays all posts, regardless of their publish status. For this reason it's possible to see posts that are still WIP.
The solution would be do query for Posts with
'properties.status': 'published'
.Added subscriber: @fsiddi
This issue was referenced by
6377379144
Changed status from 'Open' to: 'Resolved'