fix buggy link in "issue"-details-view for DMS-files
There is a issue sending DMS-files via the issues-detail-view, since the params structure was changed in 1.6.1 in the 'entries_operation'-action.
This commit is contained in:
parent
44420bd513
commit
cb335c6605
@ -52,7 +52,7 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<% # Email %>
|
<% # Email %>
|
||||||
<%= link_to('', entries_operations_dmsf_path(:id => dmsf_file.project_id, :email_entries => 'email',
|
<%= link_to('', entries_operations_dmsf_path(:id => dmsf_file.project_id, :email_entries => 'email',
|
||||||
:files => [dmsf_file.id]), :method => :post, :title => l(:heading_send_documents_by_email),
|
:ids => ["file-#{dmsf_file.id}"]), :method => :post, :title => l(:heading_send_documents_by_email),
|
||||||
:class => 'icon-only icon-email-disabled') %>
|
:class => 'icon-only icon-email-disabled') %>
|
||||||
<% # Lock %>
|
<% # Lock %>
|
||||||
<% if !dmsf_file.locked? %>
|
<% if !dmsf_file.locked? %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user