From c2c09e3f7f082583c68e08d85cac3de682c69f09 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Mar 2022 19:50:04 +0000 Subject: [PATCH] --- ayanova/src/views/adm-import.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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