Deleting files from +download still displays the deleted file

Bug #508085 reported by Brad Crittenden
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

If a project administrator deletes a file from project/+download the next page with the acknowledgment still shows the deleted file. This does not happen if the file is deleted from the milestone page.

Screenshot attached. The file 'nothing.txt' had just been deleted.

Revision history for this message
Brad Crittenden (bac) wrote :
Revision history for this message
Curtis Hovey (sinzui) wrote :

The +downloads view uses cached objects to work with large files. when
    self,processDeleteFiles()
calls
    self.getReleases()
That implementation call
    self.product
Which builds a cached representation of each series, release, and file.

I think processDeleteFiles() needs to inspect and purge the caches objects, or introduce a non-cached getReleases()

Changed in launchpad-registry:
importance: Undecided → Low
status: New → Triaged
Curtis Hovey (sinzui)
tags: added: releases
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.