diff options
author | Phil Hughes <me@iamphill.com> | 2018-02-26 14:12:38 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-02-26 14:12:38 +0000 |
commit | 34c7938804729bc8860096a3ae13450cd3102476 (patch) | |
tree | 270c20333fefe477760097f06adbacaef7095d7d /changelogs | |
parent | 7403ea37ade3f96e8dae296551ed986bfcbaf138 (diff) | |
download | gitlab-ce-34c7938804729bc8860096a3ae13450cd3102476.tar.gz |
Fixed issue edit shortcut not workingissue-edit-shortcut
This was caused by the element getting cached on the class before the
Vue app has finished rendering.
Closes #43560
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/issue-edit-shortcut.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/issue-edit-shortcut.yml b/changelogs/unreleased/issue-edit-shortcut.yml new file mode 100644 index 00000000000..2b29b2bc03f --- /dev/null +++ b/changelogs/unreleased/issue-edit-shortcut.yml @@ -0,0 +1,5 @@ +--- +title: Fixed issue edit shortcut not opening edit form +merge_request: +author: +type: fixed |