Are your custom statuses written on English?
Hello,
you mean here?
http://k37.imgup.net/statuses66dd.jpg
If there, I think they put it in italian.
Do you have steps to reproduce this issue? Would help with diagnosing the issue.
Something like:
1. Created 10 posts
2. Activated Edit Flow
3. Changed status name from “Draft” to “Awesome Draft”
4. …..
1. activate the plugin
2. me log in as an “author”
3. me add post. insert a title. click “Save Draft” on top right metabox
4. me going to posts list, I can’t find the just saved draft. Instead, an Editor or Admin can see it as a Draft in the posts list.
At this point, disabling/enabling the plugin shows/hides the drafts for the authors in the posts list screen.
This is the draft setting:
http://x65.imgup.net/drafte3fb.jpg
This is the metabox in the post screen as seen by an author while it writes a post:
http://t57.imgup.net/metabox4482.jpg
He can only Publish or Save(as draft) but if he chooses this, he cannot edit his post anymore.
If as an author I edit an old my published post and try to change status, only Published is available:
http://r28.imgup.net/published12cf.jpg
Okay attention, I think I found the plugin I was using that is causing incompatibility and therefore the issue:
https://wordpress.org/plugins/user-cats-manager/
Now I must find a way to intercept what is doing and comment it away. Disabling this plugin, the issue goes away and I can see all the statuses.
There was a get_terms filter that was filtering too much, and since edit-flow stores status as terms, they were filtered away.
Ah, nice catch! Thanks for the update with the plugin that’s causing the conflict!