This commit is contained in:
2020-11-26 19:46:52 +00:00
parent f26579103e
commit 649e817086
10 changed files with 75 additions and 33 deletions

View File

@@ -85,6 +85,15 @@ todo: Uifielddatatype Phone and TimeSpan support at client, translation keys etc
todo: input type email url phone number etc supported on device to activate?
if not, it must be supported somehow so figure it out
todo: search form weirdness
ICONS
search for "abc" in imported data get a user result then the other results below do not have logos
i.e. workorder headoffice, project
needs all icons to show properly
TYPE NAMES
results for some type names show as "type 59" for example instead of "Customer note"
............................................................
@@ -92,26 +101,8 @@ todo: input type email url phone number etc supported on device to activate?
CURRENTLY WORKING ON: Customer notes migration
OUTSTANDING
Customer note form when not coming from customer should have a link back to the customer form where the name is
todo: note list should default to order by date descending
todo: customer list should default to name alpha a-z
todo: Search for customer note results in error due to unfinished code:
2020-11-26 08:01:12.5541|ERROR|SERVER|Error=>Npgsql.PostgresException (0x80004005): 42703: column m.name does not exist
at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<<DoReadMessage>g__ReadMessageLong|0>d.MoveNext()
--- End of stack trace from previous location ---
at Npgsql.NpgsqlConnector.<>c__DisplayClass160_0.<<DoReadMessage>g__ReadMessageLong|0>d.MoveNext()
--- End of stack trace from previous location ---
at Npgsql.NpgsqlDataReader.NextResult(Boolean async, Boolean isConsuming)
at Npgsql.NpgsqlDataReader.NextResult()
at Npgsql.NpgsqlCommand.ExecuteReaderAsync(CommandBehavior behavior, Boolean async, CancellationToken cancellationToken)
at Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior behavior)
at AyaNova.Biz.BizObjectNameFetcherDirect.Name(AyaType ayaType, Int64 id, DbCommand cmd) in C:\data\code\raven\server\AyaNova\biz\BizObjectNameFetcherDirect.cs:line 73
at AyaNova.Biz.BizObjectNameFetcherDirect.Name(AyaTypeId tid, DbCommand cmd) in C:\data\code\raven\server\AyaNova\biz\BizObjectNameFetcherDirect.cs:line 12
at AyaNova.Biz.Search.DoSearchAsync(AyContext ct, Int64 translationId, AuthorizationRoles currentUserRoles, SearchRequestParameters searchParameters) in C:\data\code\raven\server\AyaNova\biz\Search.cs:line 231
at AyaNova.Api.Controllers.SearchController.PostSearch(SearchRequestParameters searchParams) in C:\data\code\raven\server\AyaNova\Controllers\SearchController.cs:line 67
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)