Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-26 17:12:38 +0300
committerPhil Hughes <me@iamphill.com>2018-02-26 17:12:38 +0300
commit34c7938804729bc8860096a3ae13450cd3102476 (patch)
tree270c20333fefe477760097f06adbacaef7095d7d /changelogs
parent7403ea37ade3f96e8dae296551ed986bfcbaf138 (diff)
Fixed issue edit shortcut not working
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