forked from forgejo/forgejo
take params for milestone and assignee from query instead of path args
This commit is contained in:
parent
f19fc230d4
commit
2a7a03e5b3
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue