Issue 22424: Add tooltip to header of Done list
This commit is contained in:
parent
e7e9307219
commit
6a759527ba
2 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,7 @@ $(() => {
|
|||
|
||||
if (list.type === 'closed') {
|
||||
list.position = Infinity;
|
||||
list.label = { description: 'Shows all closed issues. Moving an issue to this list closes it' };
|
||||
}
|
||||
});
|
||||
|
||||
|
|
4
changelogs/unreleased/boards-done-add-tooltip.yml
Normal file
4
changelogs/unreleased/boards-done-add-tooltip.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Add tooltip to header of Done board
|
||||
merge_request: 10574
|
||||
author: Andy Brown
|
Loading…
Reference in a new issue