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
This commit is contained in:
commit
17b878dae5
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: show None when issue is in closed list and no labels assigned
|
||||
merge_request: 15976
|
||||
author: Christiaan Van den Poel
|
||||
type: fixed
|
Loading…
Reference in a new issue