From 3b775ea8267898258ffa84c7e74415dcbd509f1e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 Sep 2021 23:31:58 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- server/AyaNova/DataList/PartInventoryRequestDataList.cs | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b77f3b95..fcc80a75 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -53,7 +53,7 @@ "AYANOVA_FOLDER_USER_FILES": "c:\\temp\\RavenTestData\\userfiles", "AYANOVA_FOLDER_BACKUP_FILES": "c:\\temp\\RavenTestData\\backupfiles", "AYANOVA_FOLDER_TEMPORARY_SERVER_FILES": "c:\\temp\\RavenTestData\\tempfiles", - "AYANOVA_SERVER_TEST_MODE": "false", + "AYANOVA_SERVER_TEST_MODE": "true", "AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small", "AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-7", "AYANOVA_BACKUP_PG_DUMP_PATH": "C:\\data\\code\\postgres_13\\bin\\" diff --git a/server/AyaNova/DataList/PartInventoryRequestDataList.cs b/server/AyaNova/DataList/PartInventoryRequestDataList.cs index 48971887..665a55ce 100644 --- a/server/AyaNova/DataList/PartInventoryRequestDataList.cs +++ b/server/AyaNova/DataList/PartInventoryRequestDataList.cs @@ -78,8 +78,7 @@ namespace AyaNova.DataList UiFieldDataType = (int)UiFieldDataType.Text, AType = (int)AyaType.Part, SqlIdColumnName = "apart.id", - SqlValueColumnName = "apart.name", - IsRowId = true + SqlValueColumnName = "apart.name" }); FieldDefinitions.Add(new DataListFieldDefinition @@ -195,8 +194,7 @@ namespace AyaNova.DataList UiFieldDataType = (int)UiFieldDataType.Text, AType = (int)AyaType.Part, SqlIdColumnName = "apart.id", - SqlValueColumnName = "apart.manufacturernumber", - IsRowId = true + SqlValueColumnName = "apart.manufacturernumber" });