Feature #15900
openAdd to Issues List column of the attachment icon
0%
Description
If there are attachments, I want to display in the issues list the attachment icon.
Interface, such as a mail client.
In addition, I want to add REST API also (Listing issues).
Thanks :-)
Files
Related issues
Updated by Go MAEDA over 10 years ago
- File issue-list-with-attachment-icon.png issue-list-with-attachment-icon.png added
- File 15900.diff 15900.diff added
I made a patch to display the attachment icon.
Updated by Go MAEDA over 10 years ago
- File patch-15900-2.png patch-15900-2.png added
- File patch-15900-2.diff patch-15900-2.diff added
Submitting a new patch.
Previous patch breaks subtask indentation. I fixed CSS to cope with it.
Updated by Go MAEDA about 10 years ago
I confirmed that the patch works with current trunk(r13547).
I hope that this patch is included in Redmine 3.0.0.
Updated by Go MAEDA over 9 years ago
- Related to Feature #12886: Consider adding a new field named "Has Attachments" or "# of Attachments" added
Updated by Go MAEDA over 9 years ago
- Target version set to Candidate for next major release
Updated by Toshi MARUYAMA over 9 years ago
- Related to Feature #6719: File format for custom fields (specific file uploads) added
Updated by Go MAEDA about 9 years ago
- File patch-15900-3.diff patch-15900-3.diff added
- Target version changed from Candidate for next major release to 3.2.0
Updated the patch for the latest trunk.
I hope this feature will be included in next release.
Updated by Jean-Philippe Lang about 9 years ago
- File 15900_attachment_icon_on_the_issue_list.patch 15900_attachment_icon_on_the_issue_list.patch added
- Target version changed from 3.2.0 to Candidate for next major release
The patch can't be committed as is. It triggers one query per issue on the issue list and an additional for each issue link in fromatted text. Here is a patch that preloads the attachment counts for the issue list.
Still, this adds some more overhead to the issue list and I'd like to get more feedback from users before adding it to the core. I personnally don't feel much the need for it.
Updated by budo kaiman about 9 years ago
Could we have a checkbox option to show attachments icon like we have to show descriptions?
Updated by Go MAEDA over 3 years ago
You can display "Files" column in the issues list since Redmine 3.4.0 (#25515).
Since you can see if there are attachments by displaying the Files column, I think it is no longer necessary to show an attachments icon.