I have a problem with a View I created. There is a node that is displayed in that view that originally had an attachment named:
Reasoning About Composition Using Property Transformers and Their Conjugates (2000).ps

I decided I wanted to remove the year, so I deleted the attachment from the node and added a new attachment:
Reasoning About Composition Using Property Transformers and Their Conjugates.ps

In the node page: http://infospheres.cs.caltech.edu/drupal-6.2/node/23

There is only the second file. However, in the view page: http://infospheres.cs.caltech.edu/drupal-6.2/papers

Both files are listed (scroll towards the bottom). I have tried flushing the view cache and even deleting and recreating the view, but the other file won't disappear.

Any thoughts as to why this second file link persists in spite of the fact that it is clearly no longer associated with the node in question?

Thanks,
- Michael

Comments

merlinofchaos’s picture

Status: Active » Fixed

This would appear to be because you're using revisions, and Views is linking via the node id, not the revision id (which is indeed a bug). The file is not actually deleted, and if you go to your revisions and revert to a previous revision you'll see that the file still exists on that revision.

I've checked a fix into Views, which you'll see in beta3.

rosciol’s picture

You were right; that was the problem. I deleted the earlier revisions and the file went away. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.