summaryrefslogtreecommitdiffstats
path: root/app/views/issues/_edit.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 12:34:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 12:34:52 +0000
commit81cf6b23439705231e1b3655709b3d3cae43a9cd (patch)
treea5df6e34e896adba499bd536c2d3fa3e1973d752 /app/views/issues/_edit.html.erb
parent3dd97a87c6707eb53410814a9594b6eebbc130ec (diff)
downloadredmine-81cf6b23439705231e1b3655709b3d3cae43a9cd.tar.gz
redmine-81cf6b23439705231e1b3655709b3d3cae43a9cd.zip
Allows project to be changed from the regular issue update action (#4769, #9803).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8531 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/_edit.html.erb')
-rw-r--r--app/views/issues/_edit.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb
index 7e1d04826..4db1a3e0f 100644
--- a/app/views/issues/_edit.html.erb
+++ b/app/views/issues/_edit.html.erb
@@ -3,7 +3,9 @@
<div class="box">
<% if @edit_allowed || !@allowed_statuses.empty? %>
<fieldset class="tabular"><legend><%= l(:label_change_properties) %></legend>
+ <div id="all_attributes">
<%= render :partial => 'form', :locals => {:f => f} %>
+ </div>
</fieldset>
<% end %>
<% if User.current.allowed_to?(:log_time, @project) %>