diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-04-17 14:20:36 +0100 |
---|---|---|
committer | Steve Azzopardi <sazzopardi@gitlab.com> | 2019-05-07 11:29:57 +0200 |
commit | ed574195b00e8813444ab4ba9f482b7caeb916cd (patch) | |
tree | 7b7ec4ef86a68a63bdd8d3486762e25c38e4a529 /changelogs | |
parent | 224c1462ded09432f5ab055c79119e8f4a5f3856 (diff) | |
download | gitlab-ce-60462-empty-pipeline-section.tar.gz |
Fixes empty block in MR widget60462-empty-pipeline-section
This commit prevents the pipeline block to be rendered
when no pipeline information is provided
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/60462-empty-pipeline-section.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/60462-empty-pipeline-section.yml b/changelogs/unreleased/60462-empty-pipeline-section.yml new file mode 100644 index 00000000000..7d90215e20c --- /dev/null +++ b/changelogs/unreleased/60462-empty-pipeline-section.yml @@ -0,0 +1,5 @@ +--- +title: Fix empty block in MR widget when user doesn't have permission +merge_request: 27462 +author: +type: fixed |