Skip to content
Snippets Groups Projects
Unverified Commit 563ea3b7 authored by Noah Prail's avatar Noah Prail
Browse files

Fixed the issue share button. #284

parent 32241f31
No related branches found
No related tags found
1 merge request!31Fixed Issue Share Button
Pipeline #
Loading
Loading
@@ -8,6 +8,6 @@ fun Issue.getUrl(project: Project): Uri {
val projectUri = Uri.parse(project.webUrl)
return projectUri.buildUpon()
.appendPath("issues")
.appendPath(id.toString())
.appendPath(iid.toString())
.build()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment