Defect #13502
closed
No optional description for attachments
Added by Ivan Cenov almost 12 years ago.
Updated almost 12 years ago.
Description
When creating or editing an issue there is no edit field for optional description of the attachment. This may be seen at http://www.redmine.org and current trunk r11642. The optional description is in place in our production Redmine 2.2.3.
- Assignee set to Etienne Massip
Etienne, since you've rewritten the "ajax file uploader", can you take a look at this?
- Status changed from New to Closed
- Resolution set to Invalid
The file upload behavior has changed for 2.3.0 and #3957, #8579 and #10352.
- drop the file(s) over the form or select it/them using the file input control
- if the browser supports the File API (that is, most do but no IE9) then the file is eagerly uploaded to allow their use in preview
- the description text input field shows up
- click on Save to actually save the attachments
- a
redmine:attachments:prune
Rake task has been added to prune attachments uploaded but eventually not saved
Please reopen if it doesn't work as expected! =)
Ah, ok. That explains this "issue". Thanks for clearing this up.
Ivan Cenov wrote:
The bad behavior was triggered by plugin clipboard_image_paste
Besides the error you are experiencing with the plugin, the behavior of the attachment description did
actually change in 2.3.0 as Etienne outlined in note-2. On Redmine < 2.3.0 the attachment description field was rendered by default yet before any file was selected or whatsoever.
Nevertheless, thanks for the feedback and the reference ;)
Also available in: Atom
PDF