diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-08 23:38:29 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-08 23:38:29 +0000 |
commit | e382f13068bc4301c5483ace92cfff266558670d (patch) | |
tree | 91362c219d2dde1bcfb14bcef3b3ec7738264071 /CHANGELOG | |
parent | cc54b74a3cffc366ad67bd2c4d645f35d1b04e52 (diff) | |
parent | ae736d81e1f64fe9439ac0675538d359cfdb5be9 (diff) | |
download | gitlab-ce-e382f13068bc4301c5483ace92cfff266558670d.tar.gz |
Merge branch '17284-Edit-form-does-not-cancel-correctly' into 'master'
#17284 Edit form does not cancel correctly
## What does this MR do?
Replaces the markdown textarea with the currently saved note text when the note edit is cancelled.
## Are there points in the code the reviewer needs to double check?
No
## Why was this MR needed?
Allows the user to revert back to the original note text, as expected, using cancel.
## What are the relevant issue numbers?
Fixes #17284.
## Screenshots

See merge request !4175
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index cada0d4314d..0ea307a3713 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -65,6 +65,7 @@ v 8.8.4 (unreleased) - Fix importer for GitHub comments on diff - Disable Webhooks before proceeding with the GitHub import - Added descriptions to notification settings dropdown + - Markdown editor now correctly resets the input value on edit cancellation !4175 v 8.8.3 - Fix 404 page when viewing TODOs that contain milestones or labels in different projects. !4312 |