summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-26 14:12:38 +0000
committerPhil Hughes <me@iamphill.com>2018-02-26 14:12:38 +0000
commit34c7938804729bc8860096a3ae13450cd3102476 (patch)
tree270c20333fefe477760097f06adbacaef7095d7d /changelogs
parent7403ea37ade3f96e8dae296551ed986bfcbaf138 (diff)
downloadgitlab-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.yml5
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