mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 05:27:20 +00:00
Finish issue assignee
This commit is contained in:
@ -547,7 +547,7 @@ function initIssue() {
|
||||
if(uid != assignee){
|
||||
$.post($a.data("ajax"), {
|
||||
issue: $('#issue').data("id"),
|
||||
assign: assignee
|
||||
assigneeid: uid
|
||||
}, function (json) {
|
||||
if (json.ok) {
|
||||
window.location.reload();
|
||||
|
Reference in New Issue
Block a user