issue list is empty for non-member of internal project
Created by: ahti
I have an internal project with some issues.
For non-member (logged in users), the issues tab appears and shows the issue count badge. The user can also see milestones and access individual issues via the milestones.
If the user goes to the issue list, however, it is empty.
This is, imho, due to the FilteringService
selecting the issues belonging to the user and then filtering them by project. It should select all issues of the project for internal projects, ignoring wether they are in the users issues or not.