From: Jean-Philippe Lang Date: Thu, 7 Feb 2013 18:35:51 +0000 (+0000) Subject: Fixed: Can't clear custom field value through context menu in the issue list (#13075). X-Git-Tag: 2.3.0~173 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eece12ddfde08646a76ac92d961c4d223349cd39;p=redmine.git Fixed: Can't clear custom field value through context menu in the issue list (#13075). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11331 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/context_menus/issues.html.erb b/app/views/context_menus/issues.html.erb index 6b3fe4b9e..2163d95c1 100644 --- a/app/views/context_menus/issues.html.erb +++ b/app/views/context_menus/issues.html.erb @@ -111,7 +111,7 @@
  • <%= bulk_update_custom_field_context_menu_link(field, text, value || text) %>
  • <% end %> <% unless field.is_required? %> -
  • <%= bulk_update_custom_field_context_menu_link(field, l(:label_none), '') %>
  • +
  • <%= bulk_update_custom_field_context_menu_link(field, l(:label_none), '__none__') %>
  • <% end %>