Merge request "Assign To" populating with members of the "From" repo rather than the "Target" repo
Created by: alexdiliberto
Summary: The Merge request "Assign To" dropdown is only populating with members of the "From" repository rather than the "Target" repository.
Steps to reproduce:
- Fork a repo
- Code / commit / push to forked repo
- Create a Merge Request back to the upstream repo
- Click on the "Assign To" dropdown
- Notice that the dropdown only contains users from the current forked repo (just myself)
- Just go ahead and leave it blank and create the Merge Request
- Now click edit to make changes, then click the "Assign To" dropdown again.
- Notice now that the dropdown contains users from the target upstream repo which is different from the first time.
Expected behavior: I would expect the dropdown to always contain users from the target upstream repo. This is actually what happens when, after I create the merge request, I click Edit and then select the "Assign To" dropdown for a second time.