diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-09-26 23:00:55 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-09-26 23:00:55 +0000 |
commit | ab496d82ecd1cc675d10fc30a3af279ad4ab1edf (patch) | |
tree | 7493ab449c52ea121e24008f128b72abd336a4be /CHANGELOG | |
parent | 045836c48d3558a1ff67fc6399d77b708e0084fb (diff) | |
parent | a83262fffa526350fee32d7197309e5f095bd7ba (diff) | |
download | gitlab-ce-ab496d82ecd1cc675d10fc30a3af279ad4ab1edf.tar.gz |
Merge branch 'resolve-buttons-path' into 'master'
Pass the full project path for resolve buttons
## What does this MR do?
The full project path is passed from the HTML into the JS rather than the resolve button JS generating the URL based on the the namespaces.
@smcgivern @stanhu Do we have anyway of adding tests for installs with relative URLs?
## What are the relevant issue numbers?
Closes #21704
See merge request !6129
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index a72727e612b..5b08e8cd754 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,6 +28,7 @@ v 8.12.0 - Filter tags by name !6121 - Update gitlab shell secret file also when it is empty. !3774 (glensc) - Give project selection dropdowns responsive width, make non-wrapping. + - Fix resolve discussion buttons endpoint path - Fix note form hint showing slash commands supported for commits. - Make push events have equal vertical spacing. - API: Ensure invitees are not returned in Members API. |