Author roles cannot save/update story that is in scheduled status.
-
Hi,
We have a couple of issues with this plugin and author role:
1 – In scheduled posts, they can’t see the “Update” button
I fixed it commenting the line 314 “display: none” in custom-status.php
2 – In scheduled posts, (after I fixed issue 1) when they click on Update button, the post change its status to “Pitch”
I was able to “fix” it adding false in the following line (file custom-status.php)
if ( false && !empty( $post ) && $this->is_whitelisted_page() ) {
Probably there is a better way to fix it for the next version. Just wanted to let you know.
Thanks
- The topic ‘Author roles cannot save/update story that is in scheduled status.’ is closed to new replies.