mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 10:15:32 +00:00
Form updates
This commit is contained in:
@ -179,21 +179,19 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
||||
var _keywords;
|
||||
var _link;
|
||||
|
||||
|
||||
launchApiForm(
|
||||
"Edit Part",
|
||||
L10().editPart,
|
||||
part.url,
|
||||
{
|
||||
"name": {},
|
||||
"description": {},
|
||||
"IPN": {
|
||||
"hidden": true,
|
||||
"label": "My custom label!",
|
||||
},
|
||||
"IPN": {},
|
||||
"keywords": {},
|
||||
"active": {},
|
||||
"link": {},
|
||||
},
|
||||
modelData: part.jsondata,
|
||||
onSuccess: refresh,
|
||||
onSuccess: refresh,
|
||||
);
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user