Download & Extend

Update marks all files as temporary

Project:Drupal core
Version:6.x-dev
Component:file system
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

System update 6022 marks all existing files as status=0 (temporary), thus on the next cron run they're automatically deleted.

Comments

#1

Status:active» needs review

simple fix. we just need to set the status to 1 for existing files.

AttachmentSizeStatusTest resultOperations
upload_173314.patch853 bytesIgnored: Check issue status.NoneNone

#2

even simpler query

AttachmentSizeStatusTest resultOperations
upload_173314_0.patch755 bytesIgnored: Check issue status.NoneNone

#3

Status:needs review» reviewed & tested by the community

Looks good, fixes the issue.

#4

Status:reviewed & tested by the community» fixed

Looks fine. Committed!

#5

Status:fixed» closed (fixed)