mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Fixes error when create a version with custom field of "File" type from Issue page (#40301).
Patch by Takenori TAKAKI (user:takenory). git-svn-id: https://svn.redmine.org/redmine/trunk@23363 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c7509aebc2
commit
52f3cb58dc
@ -1,6 +1,6 @@
|
||||
<h3 class="title"><%=l(:label_version_new)%></h3>
|
||||
|
||||
<%= labelled_form_for @version, :url => project_versions_path(@project), :remote => true do |f| %>
|
||||
<%= labelled_form_for @version, :url => project_versions_path(@project), :html => {:multipart => true}, :remote => true do |f| %>
|
||||
<%= render :partial => 'versions/form', :locals => { :f => f } %>
|
||||
<p class="buttons">
|
||||
<%= submit_tag l(:button_create), :name => nil %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user