From c65ae107be0d08c71ee8b836a79f62c9799ee8f1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 13 May 2020 15:40:01 +0000 Subject: [PATCH] --- devdocs/todo.txt | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index b9af2537..c837b323 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,19 +1,7 @@ PRIORITY - ALWAYS Lowest level stuff first =-=-=-=- -todo: Opening the widgets list on a new empty db I got this error at server: - 2020-05-02 13:20:40.4589|ERROR|Server|Error=>System.ArgumentNullException: Value cannot be null. (Parameter 'AyaDataList:GetCustomFieldDefinitionsForList, Custom field object type Widget has no FormCustom defined') - at AyaNova.DataList.AyaDataList.GetCustomFieldDefinitionsForList() in C:\data\code\raven\server\AyaNova\DataList\AyaDataList.cs:line 150 - at AyaNova.DataList.AyaDataList.GenerateListColumnsJSONFromListView(JArray listViewArray) in C:\data\code\raven\server\AyaNova\DataList\AyaDataList.cs:line 49 - at AyaNova.DataList.DataListFetcher.GetResponseAsync(String DataListKey, AyContext ct, ListOptions listOptions, Int64 UserId, AuthorizationRoles UserRoles) in C:\data\code\raven\server\AyaNova\DataList\DataListFetcher.cs:line 182 - at AyaNova.Api.Controllers.DataListController.List(ListOptions listOptions) in C:\data\code\raven\server\AyaNova\Controllers\DataListController.cs:line 76 - at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) - at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) - at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) - at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) - at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) - at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) - at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) -todo: server bizobjectnamefetcherdirect isn't handling workorders properly (or other serialized objects) + + todo: server bizobjectnamefetcherdirect isn't handling workorders properly (or other serialized objects) - adde special handling if the name of the "name" column is "serial" or maybe can just run a special query instead? todo: check non-ops user can login during seeding operation todo: BizRoles.cs seems to get hammered on every single request, is it efficient?