From 156eca4d223efce4abd67c9ef7b129a3d07d83e6 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Barth Date: Fri, 8 Oct 2010 03:09:51 +0000 Subject: Added ability to edit issues from different project through contextual menu (#5332) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4242 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/context_menus/issues.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/views/context_menus/issues.html.erb') diff --git a/app/views/context_menus/issues.html.erb b/app/views/context_menus/issues.html.erb index 3f45f4ea2..3109ac4dd 100644 --- a/app/views/context_menus/issues.html.erb +++ b/app/views/context_menus/issues.html.erb @@ -33,7 +33,6 @@ <% end %> - <% if @projects.size == 1 %>
  • <%= l(:field_priority) %>
  • - <% end %> + <% #TODO: allow editing versions when multiple projects %> <% unless @project.nil? || @project.shared_versions.open.empty? -%>
  • <%= l(:field_fixed_version) %> @@ -85,7 +84,7 @@
  • <% end -%> - <% if Issue.use_field_for_done_ratio? && @projects.size == 1 %> + <% if Issue.use_field_for_done_ratio? %>
  • <%= l(:field_done_ratio) %>