gitlab-ce 7.8, dashboard sidebar not correctly showing assignee:any Merge Requests
Created by: halberom
Summary: The dashboard sidebar does not correctly show assignee:any Merge Requests for projects that you're a member of.
To reproduce
- create some Merge Requests in a project you are a member of
- do not assign them
- navigate to the main dashboard
Expected
- the Merge Requests count increases to the number of existing MRs
- when selecting Merge Requests, it shows all existing MRs under assignee: any
Actual
- the Merge Requests count stays at 0
- selecting Merge Requests, it displays no MRs.
- selecting the assignee: any drop down, and selecting 'any' refreshes and correctly displays the MRs. However the Merge Requests count still displays 0
If selecting the project, the project sidebar correctly displays the number of MRs and if selected, they are correctly listed.