Actions
Maintenance #2931
closedxmera Omnia - Collection #2548: Third-Party module maintenance
Redmine - Maintenance #2337: Support RM 6.0
Integrate color fields again
Start date:
02/17/2025
Due date:
02/18/2025
% Done:
100%
Estimated time:
Compatible Redmine Version:
6.0.z
Pull Request Link:
Description
Color fields in custom field enumerations are lost with RM 6 due to changes in the DOM.
The override needs to be hooked at: <%= tag.span(sprite_icon('reorder', ''), :class => 'icon-only icon-sort-handle sort-handle', :title => l(:button_move)) %>
instead of <span class="icon-only icon-sort-handle sort-handle"></span>
Actions