Backport EE changes to the project import API

EE added a single line to this file that can easily be backported to CE,
but it appears this was overlooked. The method called is a noop in CE,
so no additional changes are necessary.
This commit is contained in:
Yorick Peterse 2019-08-07 16:01:51 +02:00
parent 8505049e1f
commit 4c53b3945c
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module API
}
override_params = import_params.delete(:override_params)
filter_attributes_using_license!(override_params) if override_params
project = ::Projects::GitlabProjectsImportService.new(
current_user, project_params, override_params