Merge branch 'assignees-vue-component-missing-data-container' into 'master'
Add Assignees vue component missing data container See merge request gitlab-org/gitlab-ce!17426
This commit is contained in:
commit
ccbce7af7e
2 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,7 @@ export default {
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="user-link has-tooltip"
|
class="user-link has-tooltip"
|
||||||
|
data-container="body"
|
||||||
data-placement="bottom"
|
data-placement="bottom"
|
||||||
:href="assigneeUrl(user)"
|
:href="assigneeUrl(user)"
|
||||||
:data-title="user.name"
|
:data-title="user.name"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Add Assignees vue component missing data container
|
||||||
|
merge_request: 17426
|
||||||
|
author: George Tsiolis
|
||||||
|
type: fixed
|
Loading…
Reference in a new issue