diff --git a/app/views/desktop/journal_p.html.erb b/app/views/desktop/journal_p.html.erb index 494e00018..b27c35601 100644 --- a/app/views/desktop/journal_p.html.erb +++ b/app/views/desktop/journal_p.html.erb @@ -14,7 +14,7 @@
+ + + + <% if form_file.new_record? %> + + <% else %> + <%= f.hidden_field :id %> + + <%= f.hidden_field :should_destroy, :value => nil, :class => 'should_destroy' %> + <% end %> + + +