diff options
author | Miranda Fluharty <mfluharty@gitlab.com> | 2019-08-02 02:25:13 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-08-02 02:25:13 +0000 |
commit | 144268daa87ed2680db2d4c01b121598de91291c (patch) | |
tree | c22d263e51f3b66d1f334f7fd5052894dc46af06 /changelogs | |
parent | 040eb078e992321a35d7870dfe2efeaf51158e36 (diff) | |
download | gitlab-ce-144268daa87ed2680db2d4c01b121598de91291c.tar.gz |
Only render job sidebar block if it has content
Change sidebar's renderBlock() to return true only if
any of the block's <detail-row>s will be rendered
Change block to render only if renderBlock() returns true
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/59521-job-sidebar-has-a-blank-block.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/59521-job-sidebar-has-a-blank-block.yml b/changelogs/unreleased/59521-job-sidebar-has-a-blank-block.yml new file mode 100644 index 00000000000..4c93a108f2b --- /dev/null +++ b/changelogs/unreleased/59521-job-sidebar-has-a-blank-block.yml @@ -0,0 +1,5 @@ +--- +title: Remove blank block from job sidebar +merge_request: 30754 +author: +type: fixed |