Can't remove attachment file in issue?
Added by Billy T about 13 years ago
hi, did anyone meet this?
When I click to remove attachment file in issue, I got this:
I am using trunk with rails 2.3.14.
Replies (3)
RE: Can't remove attachment file in issue? - Added by Mischa The Evil about 13 years ago
If the issue persists on updated source:/trunk, I'd suggest to open a new issue containing all info (incl. logs) as outlined in SubmittingBugs.
RE: Can't remove attachment file in issue? - Added by Pavel Potcheptsov almost 13 years ago
exactly same problem after upgrade to 1.3.1
and nothing in production.log
$ ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]
$ gem -v
1.6.2
$ gem list
- LOCAL GEMS ***
actionmailer (2.3.14)
actionpack (2.3.14)
activerecord (2.3.14)
activeresource (2.3.14)
activesupport (2.3.14)
cgi_multipart_eof_fix (2.5.0)
daemons (1.1.8)
fastthread (1.0.7)
gem_plugin (0.2.3)
i18n (0.4.2)
mongrel (1.1.5)
mongrel_cluster (1.0.5)
mysql (2.8.1)
oniguruma (1.1.0)
plist (3.1.0)
rack (1.1.3)
rails (2.3.14)
rake (0.8.7)
rdoc (2.4.2)
ruby-ole (1.2.11.3)
rubygems-update (1.8.17, 1.6.2)
spreadsheet (0.6.5.9)
textpow (0.10.1)
ultraviolet (0.10.2)
RE: Can't remove attachment file in issue? - Added by Pavel Potcheptsov almost 13 years ago
found here same problem:
http://www.redmine.org/boards/2/topics/29033
go to:
https://github.com/zipme/redmine_lightbox
and see good news, that bug is fix in new version.
after plugin update attachments are deleted successfully.