1
0
Fork 0
forked from forgejo/forgejo

take params for milestone and assignee from query instead of path args

This commit is contained in:
Vyacheslav Bakhmutov 2014-09-03 00:04:22 +07:00
parent f19fc230d4
commit 2a7a03e5b3
2 changed files with 3 additions and 3 deletions

View file

@ -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();