This commit is contained in:
@@ -464,6 +464,12 @@ function cleanData(dat, atype) {
|
||||
]
|
||||
);
|
||||
break;
|
||||
case window.$gz.type.PartInventory:
|
||||
allowedProps.push(
|
||||
...["Description", "PartViz", "PartWarehouseViz", "Quantity"]
|
||||
);
|
||||
break;
|
||||
|
||||
case window.$gz.type.PartWarehouse:
|
||||
allowedProps.push(...["Name", "Active", "Notes", "Wiki", "Tags"]);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user