diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index 9a058e82..99ef7503 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -454,6 +454,21 @@ function cleanData(dat, atype) { case window.$gz.type.PartWarehouse: allowedProps.push(...["Name", "Active", "Notes", "Wiki", "Tags"]); break; + case window.$gz.type.Project: + allowedProps.push( + ...[ + "Name", + "Active", + "Notes", + "Wiki", + "Tags", + "DateStarted", + "DateCompleted", + "ProjectOverseerViz", + "AccountNumber" + ] + ); + break; } //Strip out any records that have fields not on our allowed list