2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Sliders now update the part options via AJAX

This commit is contained in:
Oliver Walters
2019-06-18 19:24:10 +10:00
parent 65a8a30f87
commit 1d67b4cdaa
3 changed files with 62 additions and 23 deletions

View File

@ -100,8 +100,10 @@ class PartSerializer(InvenTreeModelSerializer):
'assembly',
'component',
'trackable',
'purchaseable',
'salable',
'active',
'virtual',
]