mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add more editable fields to the Part
This commit is contained in:
parent
1e4e75dfb7
commit
a002ce1e8a
2 changed files with 12 additions and 2 deletions
|
|
@ -183,9 +183,19 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
"name": {},
|
||||
"description": {},
|
||||
"IPN": {},
|
||||
"revision": {},
|
||||
"keywords": {},
|
||||
"active": {},
|
||||
"link": {},
|
||||
|
||||
// Checkbox fields
|
||||
"active": {},
|
||||
"assembly": {},
|
||||
"component": {},
|
||||
"purchaseable": {},
|
||||
"salable": {},
|
||||
"trackable": {},
|
||||
"is_template": {},
|
||||
"virtual": {},
|
||||
},
|
||||
modelData: part.jsondata,
|
||||
onSuccess: refresh,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue