Skip to content

Resolve "When issues sort by weight, direction change but sort icon doesn't change"

What does this MR do?

This MR resolves the sort-direction indication when sorting issues by weight. The bug fixed here was probably caused as b054a961 changed a method name from issuable_sort_icon_suffix to sort_direction_icon, but did not adopt this change in the EE code (isn't the :override supposed to prevent something like that?) This lead to the special case of sorting by weight being ignored.

Screenshots

Ascending: Sort ascending

Descending: Sort descending

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #37067 (closed)

Edited by Jan Beckmann

Merge request reports