mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-02 07:26:50 +00:00
Add more editable fields to the Part
This commit is contained in:
parent
1e4e75dfb7
commit
a002ce1e8a
2
lib/l10n
2
lib/l10n
@ -1 +1 @@
|
|||||||
Subproject commit af4cd9026a96d44d60f9187119f5ce19c74738d3
|
Subproject commit 73f9546016fa6796493462b03e13ae2386157b20
|
@ -183,9 +183,19 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||||||
"name": {},
|
"name": {},
|
||||||
"description": {},
|
"description": {},
|
||||||
"IPN": {},
|
"IPN": {},
|
||||||
|
"revision": {},
|
||||||
"keywords": {},
|
"keywords": {},
|
||||||
"active": {},
|
|
||||||
"link": {},
|
"link": {},
|
||||||
|
|
||||||
|
// Checkbox fields
|
||||||
|
"active": {},
|
||||||
|
"assembly": {},
|
||||||
|
"component": {},
|
||||||
|
"purchaseable": {},
|
||||||
|
"salable": {},
|
||||||
|
"trackable": {},
|
||||||
|
"is_template": {},
|
||||||
|
"virtual": {},
|
||||||
},
|
},
|
||||||
modelData: part.jsondata,
|
modelData: part.jsondata,
|
||||||
onSuccess: refresh,
|
onSuccess: refresh,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user