diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-08-30 23:29:26 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-08-30 23:29:26 +0000 |
commit | d2e0f9db75efabdcc2f772c9bf8db277dcb1d0de (patch) | |
tree | 7d21096cdd4f23c37b01203fbe13362dd4e138b4 /CHANGELOG | |
parent | 88295e07426698ce2af32af73ac0c34e540a0ba0 (diff) | |
parent | 66948d5f3d1bd634c13a984ae34f7ec5cff9f09c (diff) | |
download | gitlab-ce-d2e0f9db75efabdcc2f772c9bf8db277dcb1d0de.tar.gz |
Merge branch 'issue-boards-search' into 'master'
Added search for all lists on issue boards
## What does this MR do?
Adds a search box to allow the user to search all lists in issue boards rather than just the backlog.
## Screenshots (if relevant)
![Screen_Shot_2016-08-30_at_10.33.15](/uploads/67e96055d60a9b3209ce3831a1980c09/Screen_Shot_2016-08-30_at_10.33.15.png)
![Screen_Shot_2016-08-30_at_10.33.19](/uploads/8d5253b8f2ecf1cf9a69d70be8ccf1f9/Screen_Shot_2016-08-30_at_10.33.19.png)
## What are the relevant issue numbers?
Closes #21139
See merge request !6101
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c8d224bb0b9..c9965b2f626 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ v 8.12.0 (unreleased) - Add Sentry logging to API calls - Automatically expand hidden discussions when accessed by a permalink !5585 (Mike Greiling) - Remove unused mixins (ClemMakesApps) + - Add search to all issue board lists - Fix groups sort dropdown alignment (ClemMakesApps) - Add horizontal scrolling to all sub-navs on mobile viewports (ClemMakesApps) - Fix markdown help references (ClemMakesApps) |