2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-18 00:21:31 +00:00

Fix issues for AjaxUdpateView

- Works properly now!
- Can edit BOM item inline
- Can add BOM item inline too
This commit is contained in:
Oliver
2018-04-26 09:26:43 +10:00
parent 55e7f365df
commit e395d89a7f
7 changed files with 50 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ function launchModalForm(modal, url, data) {
var form = $(this);
$.ajax({
url: form.attr('action'),
url: url,
data: form.serialize(),
type: form.attr('method'),
dataType: 'json',