Opened 10 years ago
Closed 8 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.
Attachments (1)
Change History (6)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 9 years ago
Owner: | removed |
---|---|
Status: | in_progress → accepted |
by , 9 years ago
Attachment: | 0001-Fix-928-cleanup-to-avoid-duplicated-get_upload_file_.patch added |
---|
comment:3 by , 9 years ago
Status: | accepted → review |
---|
comment:4 by , 8 years ago
comment:5 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | review → closed |
Note:
See TracTickets
for help on using tickets.
fixed in 6c06785. thank you!