Skip to content

Hide scheduled posts for all but owner #4632

Ben requested to merge feat/hide-scheduled-4632 into master

Closes front#4632 (closed)

I had initially toyed with extending the ACL with a plugin but that is not possible as the ACL does not fully run before it decides that the post should be viewed.

I'm not eager to disturb the balance directly in the ACL, so opted to create an endpoint-level solution.

Merge request reports