Dropdown menu shows wrong users when creating merge requests
Created by: ghost
When creating a merge request from project /mine/foo to /everyones/foo I can see only myself in Assign To dropdown menu. I found out that browser requests file https://example.com/autocomplete/users.json?search=&per_page=20&active=true&project_id=19 and I found out (from https://example.com/api/v3/projects?private_token=fooooooooo) that project with id 19 is mine/foo and that everyones/fo has ID 16 (and changing id in autocomplete shows more reasonable results).
We have 7.10.0~omnibus.1-1 installed from the deb package.