Opened 8 years ago
Last modified 8 years ago
#39939 new defect (bug)
A Contributor cannot preview their own post if it's scheduled
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | minor | Version: | |
Component: | Posts, Post Types | Keywords: | needs-patch needs-unit-tests |
Focuses: | administration | Cc: |
Description
Steps to reproduce:
- A Contributor writes a post and submits it for review. At this point they can preview their post.
- An Editor or Administrator approves the post and schedules it for publication at a later date.
- The contributor viewing the Posts listing table can no longer preview their post.
Previously: #33694
Change History (3)
Note: See
TracTickets for help on using
tickets.
We don't have any specific
cap
for previewing a post. If we enableedit_post
thencontributor
may edit the approved post and it may published on scheduled time before reviewed it again.So the possible solution would be, we can add additional condition while showing the
preview
link and post previewcap
change.