This commit is contained in:
2022-03-29 17:43:38 +00:00
parent 30a75c63ce
commit 11ed1687a2

View File

@@ -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;