diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-11-17 17:12:07 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-17 17:12:07 +0000 |
commit | a1b840eb921cd1e16d0f5b4d3e0008167b3d79f5 (patch) | |
tree | e1a88a87a7f44714a62643d62b8f895568db8fa2 /changelogs | |
parent | 8762db3b8f5f45bb46de2d0fb0d8e4fd6bc04058 (diff) | |
parent | 80073da95771fc51a4ac05814b0a7ceae1cbdac9 (diff) | |
download | gitlab-ce-a1b840eb921cd1e16d0f5b4d3e0008167b3d79f5.tar.gz |
Merge branch 'assignee-dropdown-autocomplete' into 'master'
Include author in assignee dropdown search
## What does this MR do?
Previously when you searched for the author in the assignee dropdown (if they aren't in the project) it did not actually include the author. This changes that so that when you search for the author it will correctly include the user.
## Screenshots (if relevant)
![Screen_Shot_2016-11-17_at_11.14.53](/uploads/5a13475d8ded459fd3b1ba6570897665/Screen_Shot_2016-11-17_at_11.14.53.png)
## What are the relevant issue numbers?
Closes #22905
See merge request !7526
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/assignee-dropdown-autocomplete.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/assignee-dropdown-autocomplete.yml b/changelogs/unreleased/assignee-dropdown-autocomplete.yml new file mode 100644 index 00000000000..9d046b726b7 --- /dev/null +++ b/changelogs/unreleased/assignee-dropdown-autocomplete.yml @@ -0,0 +1,4 @@ +--- +title: Assignee dropdown now searches author of issue or merge request +merge_request: +author: |