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:
parent
3762a92a35
commit
0a8b35718a
|
@ -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')",
|
||||
|
|
Loading…
Reference in New Issue