Opened 7 years ago
Closed 5 years ago
#3444 closed defect (bug) (worksforme)
Delete plugin post if ZIP upload fails
Reported by: | ocean90 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Plugin Directory | Keywords: | needs-patch |
Cc: |
Description
I just had the case where the ZIP upload had failed.
The upload handler correctly returns an error. But since the associated post is created before it now remains in the database, without a ZIP to review.
I suggest to delete the post in this case so the plugin author can try to upload the plugin again.
Change History (3)
#1
in reply to:
↑ description
@
7 years ago
Note: See
TracTickets for help on using
tickets.
Replying to ocean90:
This is a good feature. I would like to code for it. but how i can start ?