Skip to content

Fixed source projects not filtering

Phil Hughes requested to merge mr-creation-source-project-filtering into master

What does this MR do?

Fixes the source project dropdown throwing an error when filtering. This was because it was trying to remotely filter by sending a request to a undefined URL. This fixes that by not remotely filtering when no URL exists.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728

Does this MR meet the acceptance criteria?

Merge request reports