mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-05-28 04:34:08 -04:00
js: Fix case of the desired method when submitting order changes
This commit is contained in:
parent
b46a633d6d
commit
d2c858ddf8
1 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@
|
|||
to: evt.newIndex
|
||||
};
|
||||
|
||||
icinga.loader.loadUrl(actionUrl, $target.closest('.container'), data, 'post');
|
||||
icinga.loader.loadUrl(actionUrl, $target.closest('.container'), data, 'POST');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
to: evt.newIndex
|
||||
};
|
||||
|
||||
icinga.loader.loadUrl(actionUrl, $target.closest('.container'), data, 'post');
|
||||
icinga.loader.loadUrl(actionUrl, $target.closest('.container'), data, 'POST');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue