2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-30 08:31:34 +00:00

Display part notes inline, and allow updating via API

This commit is contained in:
Oliver Walters
2022-04-10 15:58:36 +10:00
parent 82b8230a7e
commit 241e2e35c0
2 changed files with 45 additions and 16 deletions
InvenTree
part
templates
templates
InvenTree

@@ -89,7 +89,7 @@ $('table').find('.boolean-setting').change(function() {
},
{
method: 'PATCH',
onSuccess: function(data) {
success: function(data) {
},
error: function(xhr) {
showApiError(xhr, url);