mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
take params for milestone and assignee from query instead of path args
This commit is contained in:
@ -870,7 +870,7 @@ function initIssue() {
|
||||
|
||||
$.post($m.data("ajax"), {
|
||||
issue: $('#issue').data("id"),
|
||||
milestone: id
|
||||
milestoneid: id
|
||||
}, function (json) {
|
||||
if (json.ok) {
|
||||
//window.location.reload();
|
||||
|
Reference in New Issue
Block a user