This commit is contained in:
@@ -574,6 +574,39 @@ function cleanData(dat, atype) {
|
|||||||
]
|
]
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
case window.$gz.type.Vendor:
|
||||||
|
allowedProps.push(
|
||||||
|
...[
|
||||||
|
"Name",
|
||||||
|
"Active",
|
||||||
|
"Notes",
|
||||||
|
"Wiki",
|
||||||
|
"Tags",
|
||||||
|
"Contact",
|
||||||
|
"ContactNotes",
|
||||||
|
"AlertNotes",
|
||||||
|
"WebAddress",
|
||||||
|
"AccountNumber",
|
||||||
|
"Phone1",
|
||||||
|
"Phone2",
|
||||||
|
"Phone3",
|
||||||
|
"Phone4",
|
||||||
|
"Phone5",
|
||||||
|
"EmailAddress",
|
||||||
|
"PostAddress",
|
||||||
|
"PostCity",
|
||||||
|
"PostRegion",
|
||||||
|
"PostCountry",
|
||||||
|
"PostCode",
|
||||||
|
"Address",
|
||||||
|
"City",
|
||||||
|
"Region",
|
||||||
|
"Country",
|
||||||
|
"Latitude",
|
||||||
|
"Longitude"
|
||||||
|
]
|
||||||
|
);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Strip out any records that have fields not on our allowed list
|
//Strip out any records that have fields not on our allowed list
|
||||||
|
|||||||
Reference in New Issue
Block a user