Opened 9 years ago
Closed 7 years ago
#928 closed defect (fixed)
Call get_upload_file_limits directly in submit_media()
Reported by: | Elrond | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | bitesized |
Cc: | Parent Tickets: |
Description
I think, every caller of submit_media
calls get_upload_file_limits
before it to get the limits and then passes them into submit_media()
. So the idea is to drop the args to submit_media and integrate this into submit_media.
Subtickets
Attachments (1)
Change History (6)
comment:1 Changed 8 years ago by
Owner: | set to Lanya Butler |
---|---|
Status: | new → in_progress |
comment:2 Changed 7 years ago by
Owner: | Lanya Butler deleted |
---|---|
Status: | in_progress → accepted |
Changed 7 years ago by
Attachment: | 0001-Fix-928-cleanup-to-avoid-duplicated-get_upload_file_.patch added |
---|
comment:3 Changed 7 years ago by
Status: | accepted → review |
---|
comment:4 Changed 7 years ago by
comment:5 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Note: See
TracTickets for help on using
tickets.
fixed in 6c06785. thank you!