#828 删除上传的文件不可用修复
This commit is contained in:
parent
4d870ca9e5
commit
20f183799f
|
@ -30,7 +30,7 @@
|
||||||
:data => {:confirm => l(:text_are_you_sure)},
|
:data => {:confirm => l(:text_are_you_sure)},
|
||||||
:method => :delete,
|
:method => :delete,
|
||||||
:class => 'delete',
|
:class => 'delete',
|
||||||
:remote => true,
|
#:remote => true,
|
||||||
#:id => "attachments_" + attachment.id.to_s,
|
#:id => "attachments_" + attachment.id.to_s,
|
||||||
:title => l(:button_delete) %>
|
:title => l(:button_delete) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue