Feature #3050
Deleted files should be displayed with strike-through on the history note in which they were added
Status: | New | Start date: | 2009-03-25 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Attachments | |||
Target version: | - | |||
Resolution: |
Description
If you add a file and later delete it, you will have a history item showing that the file was added and then later another history item showing that the file was deleted.
The history item in which the file was deleted shows the filename with a strike-through style, but the previous add entry shows the file without the strike-through.
It would be clearer to show the add entry with a strike-through once it has been deleted.
History
#1
Updated by Toshi MARUYAMA almost 12 years ago
- Category set to Attachments
#2
Updated by Alex Shulgin over 11 years ago
- File fix-journal-details-on-attachments.patch
added
I have a patch for this.
Attaching a file to an issue (either from web or by mail) wouldn't create a journal detail entry, while removing will do that. The patch fixes that by adding journal details for attached files.
#3
Updated by Alex Shulgin over 11 years ago
Alex Shulgin wrote:
I have a patch for this.
Attaching a file to an issue (either from web or by mail) wouldn't create a journal detail entry, while removing will do that. The patch fixes that by adding journal details for attached files.
Forgot to add, that's a patch against 1.2 branch.
#4
Updated by Alex Shulgin over 11 years ago
My first patch introduced a bug: receiving new (as opposed to updates) issues with attachments would fail with internal server error. Attached patch fixes this problem.