Project

General

Profile

Actions

Defect #13075

closed

Can't clear custom field value through context menu in the issue list

Added by Danil Tashkinov about 11 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Normal
Category:
Custom fields
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

When selecting issue (or multiple issues) in the issue list, right clicking and selecting CUSTOM_FIELD_NAME from the context menu, click "none" then issue does not change.

I suppose problem is using an empty string instead of "__none__" when calling bulk_update_custom_field_context_menu_link method.

http://www.redmine.org/projects/redmine/repository/entry/trunk/app/views/context_menus/issues.html.erb#L114

      <% unless field.is_required? %>    
        <li><%= bulk_update_custom_field_context_menu_link(field, l(:label_none), '') %></li>    
      <% end %>
Actions

Also available in: Atom PDF