Skip to content

Filtering by multiple labels displays hash next to Status Tabs

Summary

When filtering one multiple labels in the issues and merge requests view, the ruby hash data can be seen

Screen_Shot_2016-09-21_at_14.36.16

Steps to reproduce

  • Create a new project
  • Go to "Issues > Labels" and generate the Default Label set
  • Create 3 new issues
  • First issue labelled "bug"
  • Second issue labelled "documentation"
  • Third issue labelled "bug" AND "documentation"
  • Go to the Issues view so that you can filter the issues
  • Filter on "bug"
  • Let the results be displayed
  • Filter on "bug" and "documentation"
  • Let the results be displayed

Expected behavior

Filtered results view would be displayed as normal

Actual behavior

Filtered results include ruby hash data in the "Open", "Closed" tabs

Screen_Shot_2016-09-21_at_14.40.00

Relevant logs and/or screenshots

You can also reproduce this by looking at the issues for the GitLab-CE project: https://gitlab.com/gitlab-org/gitlab-ce/issues

Output of checks

Results of GitLab application Check

N/A reproduced on GitLab.com

Results of GitLab environment info

N/A reproduced on GitLab.com

Possible fixes

@lbennett 😉