mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-17 12:45:26 +00:00
Add more editable fields to the Part
This commit is contained in:
2
lib/l10n
2
lib/l10n
Submodule lib/l10n updated: af4cd9026a...73f9546016
@ -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,
|
||||||
|
Reference in New Issue
Block a user