Closed
Bug 1196775
Opened 9 years ago
Closed 9 years ago
Fix mkt.webapps.cron.unhide_disabled_files to work with remote storage
Categories
(Marketplace Graveyard :: Code Quality, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-08-25
People
(Reporter: mat, Assigned: robhudson)
References
Details
(Whiteboard: [qa-])
unhide_disabled_files() cron uses mkt.site.utils.walkfiles() which definitely does not work with remote storage and File.unhide_disabled_file() which has already been converted. So we should either replace walkfiles() or fix it to work with remove storage.
Note that if the call to walkfiles() is replaced, I think we can remove that util and associated tests.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → robhudson.mozbugs
Assignee | ||
Comment 1•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 2015-08-25
You need to log in
before you can comment on or make changes to this bug.
Description
•