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