diff options
author | Sam Bigelow <sbigelow@gitlab.com> | 2019-04-26 10:14:29 -0400 |
---|---|---|
committer | Sam Bigelow <sbigelow@gitlab.com> | 2019-04-26 14:03:34 -0400 |
commit | ba8113c3238d04ed753c49303b81a4b8e5ec3f23 (patch) | |
tree | 92e5245adc8fb4ee506be655798401d37d8149ef /changelogs | |
parent | 674e5e5baab6542eb35446fa46d45ce428c9ea1a (diff) | |
download | gitlab-ce-ba8113c3238d04ed753c49303b81a4b8e5ec3f23.tar.gz |
Init MR Popovers on system note mounted
All `renderGFM()` calls are finished before the system note is mounted
so this MR inits the popover for each system note, and only the elements
in the system note
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/60855-mr-popover-is-not-attached-in-system-notes.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60855-mr-popover-is-not-attached-in-system-notes.yml b/changelogs/unreleased/60855-mr-popover-is-not-attached-in-system-notes.yml new file mode 100644 index 00000000000..d8bc0fbb4d4 --- /dev/null +++ b/changelogs/unreleased/60855-mr-popover-is-not-attached-in-system-notes.yml @@ -0,0 +1,5 @@ +--- +title: Fix bug where system note MR has no popover +merge_request: 27747 +author: +type: fixed |