Fix import from gitlab.com

Fixes #12652
This commit is contained in:
Kazuki Sawada 2016-02-20 00:30:12 +09:00 committed by Rémy Coutable
parent 1217b5b489
commit fc170baf3f
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ v 8.5.2
- Fix sidebar overlapping content when screen width was below 1200px
- Fix error 500 when commenting on a commit
- Fix broken icons on installations with relative URL (Artem Sidorenko)
- Fix import from gitlab.com (KazSawada)
- Fix help keyboard shortcut on relative URL setups (Artem Sidorenko)
v 8.5.1

View File

@ -12,7 +12,7 @@ module Gitlab
end
def execute
project_identifier = CGI.escape(project.import_source, '/')
project_identifier = CGI.escape(project.import_source)
#Issues && Comments
issues = client.issues(project_identifier)