status changed; resolution set; milestone deleted
status changed from new to closedresolution set to duplicatemilestoneAwaiting Review deleted Duplicate of #16714.
View ArticleArticle 5
I replaced the initial patch since it had errors and wasn't the correct approach. The current patch adds the create_posts capability and checks for that instead of edit_posts in post-new.php. It...
View Articletype, summary changed
type changed from defect (bug) to enhancementsummary changed from capability inconsistency to add create_posts capability Okay, managed a few minutes today to take a fresh look. All my issues were...
View ArticleArticle 3
It was against 3.4.1. I need to adjust the patch anyways. Will do so against trunk. I forgot there was the option for saving drafts on new posts. Perhaps there should be an additional default...
View ArticleArticle 2
Also just at a glance, requiring the publish_posts capability for being able to access the Add New page is incorrect. As long as they have edit_posts (i.e. Contributors) they can access the page.
View ArticleArticle 1
Did you create that patch against trunk or 3.4.1? It doesn't seem to apply cleanly against [21419]
View ArticleArticle 0
On second thought, I don't think item 2 is custom post type specific. I believe it would happen for normal posts in the event the user only has read_post and edit_posts. I won't be able to test until...
View Article