Skip to content
Snippets Groups Projects
Commit 8b7b88be authored by John's avatar John
Browse files

Merge branch '284-incorrect-link-on-issue-share-button' into 'develop'

Fixed Issue Share Button

See merge request !31
parents 32241f31 563ea3b7
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