Vote #73296
完了Can't clear custom field value through context menu in the issue list
0%
説明
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.
<% unless field.is_required? %>
<%= bulk_update_custom_field_context_menu_link(field, l(:label_none), '') %>
<% end %>
journals
Fixed in r11331, thanks for pointing this out.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------