From 3cc64146dc4fa24fb83b19a88477c0af2984f0f9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Sep 2021 15:11:38 +0000 Subject: [PATCH] --- .vscode/launch.json | 1 - devdocs/deploy.txt | 4 ++-- server/AyaNova/DataList/CustomerServiceRequestDataList.cs | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b77f3b95..f92c39ec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -46,7 +46,6 @@ // "AYANOVA_LOG_LEVEL": "Debug", // "AYANOVA_LOG_LEVEL": "Trace", "AYANOVA_DEFAULT_TRANSLATION": "en", - //TRANSLATION MUST BE en for Integration TESTING //"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true", "AYANOVA_DB_CONNECTION": "Server=localhost;Username=postgres;Password=raven;Database=AyaNova;CommandTimeout=120;", "AYANOVA_USE_URLS": "http://*:7575;", diff --git a/devdocs/deploy.txt b/devdocs/deploy.txt index f7aeafa9..e85f17e8 100644 --- a/devdocs/deploy.txt +++ b/devdocs/deploy.txt @@ -23,8 +23,8 @@ SERVER - BUMP AyaNova.csproj version number - BUILD RELEASE Run buildrelease.bat in server project folder -https://www.ayanova.com/Downloads/v8/ayanova8.alpha.129-win-x64.7z -https://www.ayanova.com/Downloads/v8/migrate129.7z +https://www.ayanova.com/Downloads/v8/ayanova8.alpha.130-win-x64.7z +https://www.ayanova.com/Downloads/v8/migrate130.7z **ARCHIVE IT, otherwise it could be false positived - COPY TO DEVOPS SERVER diff --git a/server/AyaNova/DataList/CustomerServiceRequestDataList.cs b/server/AyaNova/DataList/CustomerServiceRequestDataList.cs index 17ec4c93..da363aec 100644 --- a/server/AyaNova/DataList/CustomerServiceRequestDataList.cs +++ b/server/AyaNova/DataList/CustomerServiceRequestDataList.cs @@ -15,7 +15,7 @@ namespace AyaNova.DataList "left join aworkorder as w on (wi.workorderid=w.id)"; var RoleSet = BizRoles.GetRoleSet(DefaultListAType); AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change; - DefaultColumns = new List() { "Created", "Customer", "CustomerServiceRequestTitle", "CustomerServiceRequestPriority", "CustomerServiceRequestStatus" }; + DefaultColumns = new List() { "Created", "Customer", "CustomerServiceRequestTitle", "CustomerServiceRequestPriority", "CustomerServiceRequestStatus", "WorkOrder" }; DefaultSortBy = new Dictionary() { { "Created", "-" } }; FieldDefinitions = new List();