diff options
| author | Phil Hughes <me@iamphill.com> | 2016-04-19 10:26:07 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2016-04-19 10:26:07 +0100 |
| commit | d1b2e7b440e03e9ad5cac72fe767b16bf11d05cc (patch) | |
| tree | f416496a3694bef69008ceca71bcb33f0dffa1c9 /app/views/shared | |
| parent | 53a1d705fe536ad373faa77ba1ef5196ff49a98b (diff) | |
| download | gitlab-ce-d1b2e7b440e03e9ad5cac72fe767b16bf11d05cc.tar.gz | |
Trigger filtering after ajax is complete in dropdowndropdown-filter-after-load
Closes #15186
Diffstat (limited to 'app/views/shared')
| -rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index 08bfd93f4e6..55d7a38cce2 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -118,6 +118,7 @@ Manage labels - else View labels + = dropdown_loading = render "shared/issuable/participants", participants: issuable.participants(current_user) - if current_user |
