From 8ed97f43d2dbef9e64f474d584861b3aae8253b7 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 20 Mar 2008 19:25:18 +0000 Subject: [PATCH] Revert "Make an issue's done_ratio field adjustable from the right-click" Reverts commit r1277 fixes #904 refs #641 This had been working for me in testing for some time, but received issue #904 saying it broke the context menu. I was able to make it do so on a new project as well. Will revert and comment in #641 about this. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1278 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/context_menu.rhtml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/views/issues/context_menu.rhtml b/app/views/issues/context_menu.rhtml index adb3960ca..b3a03b05d 100644 --- a/app/views/issues/context_menu.rhtml +++ b/app/views/issues/context_menu.rhtml @@ -31,15 +31,6 @@ :selected => @issue.assigned_to.nil?, :disabled => !@can[:update] %> -
  • - <%= l(:field_done_ratio) %> - -
  • <%= context_menu_link l(:button_copy), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue}, :class => 'icon-copy', :disabled => !@can[:copy] %>
  • <% else -%> -- 2.39.5