Commit bafbd3d2 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'boards-done-add-tooltip' into 'master'

Issue 22424: Add tooltip to header of Done list

Closes #22424

See merge request !10574
parents 54b21556 6a759527
......@@ -85,6 +85,7 @@ $(() => {
if (list.type === 'closed') {
list.position = Infinity;
list.label = { description: 'Shows all closed issues. Moving an issue to this list closes it' };
}
});
......
---
title: Add tooltip to header of Done board
merge_request: 10574
author: Andy Brown
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