diff options
author | Robert Speicher <robert@gitlab.com> | 2016-09-20 19:16:15 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-09-20 19:16:15 +0000 |
commit | cbb9507cc54f8fcd15af63eb456fd37e27148503 (patch) | |
tree | 2d2a53be17b52eb920980490f3cab3f2af309dce /CHANGELOG | |
parent | 52fcb2e731fff2dcc781b81c8f573aaed354a6bb (diff) | |
parent | b66a8203ca66f6a5e70e4c0bfcb07a0385560591 (diff) | |
download | gitlab-ce-cbb9507cc54f8fcd15af63eb456fd37e27148503.tar.gz |
Merge branch 'slash-commands-load-fix' into 'master'
Fixed slash commands not loading
## What does this MR do?
Fixes an issue with slash commands not working when the autocomplete source is loading & then the new issue button is clicked. This also fixes an issue where the autocomplete source is loaded on pages where it isn't actually needed.
## What are the relevant issue numbers?
Closes #21774, #21807
See merge request !6207
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b580ade7126..62b7b2d51d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -75,6 +75,8 @@ v 8.12.0 (unreleased) - Require confirmation when not logged in for unsubscribe links !6223 (Maximiliano Perez Coto) - Add `wiki_page_events` to project hook APIs (Ben Boeckel) - Remove Gitorious import + - Loads GFM autocomplete source only when required + - Fix issue with slash commands not loading on new issue page - Fix inconsistent background color for filter input field (ClemMakesApps) - Remove prefixes from transition CSS property (ClemMakesApps) - Add Sentry logging to API calls |