This commit is contained in:
@@ -166,7 +166,7 @@ export default {
|
||||
|
||||
//console.log("Flattened:", Flatten(dat));
|
||||
console.log(
|
||||
"if it was csv it should look like this:",
|
||||
"if it was csv it should look like this:\n",
|
||||
Papa.unparse(dat)
|
||||
);
|
||||
|
||||
@@ -451,6 +451,9 @@ function cleanData(dat, atype) {
|
||||
]
|
||||
);
|
||||
break;
|
||||
case window.$gz.type.PartWarehouse:
|
||||
allowedProps.push(...["Name", "Active", "Notes", "Wiki", "Tags"]);
|
||||
break;
|
||||
}
|
||||
|
||||
//Strip out any records that have fields not on our allowed list
|
||||
|
||||
Reference in New Issue
Block a user