Commit 17b878da authored by Sean McGivern's avatar Sean McGivern

Merge branch 'show_proper_labels_in_board_issue_sidebar_when_issue_is_closed' into 'master'

show None when issue is in closed list and no labels assigned

Closes #40975

See merge request gitlab-org/gitlab-ce!15976
parents 1f16d214 148c7533
......@@ -102,7 +102,6 @@ $(() => {
if (list.type === 'closed') {
list.position = Infinity;
list.label = { description: 'Shows all closed issues. Moving an issue to this list closes it' };
} else if (list.type === 'backlog') {
list.position = -1;
}
......
---
title: show None when issue is in closed list and no labels assigned
merge_request: 15976
author: Christiaan Van den Poel
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment