]> source.dussan.org Git - gitea.git/commit
Fixed issue where creating a reference of an issue would create a tag with the full...
authorJelle Hulter <jellehulter@gmail.com>
Sat, 18 Sep 2021 15:44:45 +0000 (17:44 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 15:44:45 +0000 (16:44 +0100)
commitb74a0f9060d5fda341f5554ef529a2006308c6ab
tree105c6e61f10760cc6c3be05601d3755450709f69
parent8fb3a50a3791147f992089f8b9f986e9b94542d8
Fixed issue where creating a reference of an issue would create a tag with the full name instead of the username if this is the default in the .ini file (#17074)

Adds an extra attribute to every issue comment containing the actual username, such that it can be used to tag the original author when clicking on "Reference in new issue" (#17073)

Fix #17073
templates/repo/issue/view_content/context_menu.tmpl
web_src/js/index.js