Opened 9 years ago
Last modified 9 years ago
#5439 new defect
Use state other than "failed" to indicate draft blog posts
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: | 5438 |
Description
Failed blog entries can't be reprocessed because the blog mediatype has no reprocessing manager.
No such processing manager for mediagoblin.media_types.blog
Change History (1)
comment:1 by , 9 years ago
Summary: | Blog media has no reprocessing manager → Use state other than "failed" to indicate draft blog posts |
---|
Note:
See TracTickets
for help on using tickets.
After some research, I've learned that blog posts in the "failed" state are simply draft blog posts. However, marking them as failed causes them to show up in the media processing panel, which is confusing. Instead of marking them as failed, we should give them a better state. I'll change the name of this ticket to reflect my new understanding of the issue.