Pass the message id when previewing in edit mode (#10275).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8950 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-02-23 15:17:13 +00:00
parent 3762a92a35
commit 0a8b35718a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<%= submit_tag l(:button_save) %>
<%= link_to_remote l(:label_preview),
{ :url => { :controller => 'messages',
:action => 'preview', :board_id => @board },
:action => 'preview', :board_id => @board, :id => @message },
:method => 'post',
:update => 'preview',
:with => "Form.serialize('message-form')",