diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-13 19:44:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-13 19:44:28 +0000 |
commit | 7b7a84c93a4fe57fdd14ec4729240939714ca412 (patch) | |
tree | be49fa1781a7091ee1096bb5305783e372bdb484 /app/views/my | |
parent | aaba48900a859cecaf564b16524ff625695804ea (diff) | |
download | redmine-7b7a84c93a4fe57fdd14ec4729240939714ca412.tar.gz redmine-7b7a84c93a4fe57fdd14ec4729240939714ca412.zip |
Use multipart forms for objects that may have file custom fields (#6719).
git-svn-id: http://svn.redmine.org/redmine/trunk@16068 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r-- | app/views/my/account.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index ca8a1441e..44c75f2a3 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -14,7 +14,7 @@ <%= labelled_form_for :user, @user, :url => { :action => "account" }, :html => { :id => 'my_account_form', - :method => :post } do |f| %> + :method => :post, :multipart => true } do |f| %> <div class="splitcontentleft"> <fieldset class="box tabular"> <legend><%=l(:label_information_plural)%></legend> |