parent
1217b5b489
commit
fc170baf3f
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ v 8.5.2
|
||||||
- Fix sidebar overlapping content when screen width was below 1200px
|
- Fix sidebar overlapping content when screen width was below 1200px
|
||||||
- Fix error 500 when commenting on a commit
|
- Fix error 500 when commenting on a commit
|
||||||
- Fix broken icons on installations with relative URL (Artem Sidorenko)
|
- 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)
|
- Fix help keyboard shortcut on relative URL setups (Artem Sidorenko)
|
||||||
|
|
||||||
v 8.5.1
|
v 8.5.1
|
||||||
|
|
|
@ -12,7 +12,7 @@ module Gitlab
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute
|
def execute
|
||||||
project_identifier = CGI.escape(project.import_source, '/')
|
project_identifier = CGI.escape(project.import_source)
|
||||||
|
|
||||||
#Issues && Comments
|
#Issues && Comments
|
||||||
issues = client.issues(project_identifier)
|
issues = client.issues(project_identifier)
|
||||||
|
|
Loading…
Reference in a new issue