Defect #13075
Can't clear custom field value through context menu in the issue list
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Custom fields | |||
Target version: | 2.2.3 | |||
Resolution: | Fixed | Affected version: | 2.2.2 |
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.
<% unless field.is_required? %>
<li><%= bulk_update_custom_field_context_menu_link(field, l(:label_none), '') %></li>
<% end %>
Associated revisions
Fixed: Can't clear custom field value through context menu in the issue list (#13075).
History
#1
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.2.3
- Affected version (unused) changed from devel to 2.2.2
- Resolution set to Fixed
- Affected version set to 2.2.2
Fixed in r11331, thanks for pointing this out.
#2
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from Resolved to Closed