This commit is contained in:
@@ -9,18 +9,9 @@ MISC ITEMS THAT CAME UP
|
||||
|
||||
## CLIENT MISC ITEMS
|
||||
|
||||
|
||||
todo: Date input shows higher than other components in forms
|
||||
date only input read only format see CSR form created field
|
||||
|
||||
todo: test errors on widget form for all controls
|
||||
Have a test route at server on an update to return all the errors for all the fields possible as well as server generalerror
|
||||
this way can see at a glance that all the controls are properly displaying their errrors
|
||||
|
||||
todo: all picklists of objects htat have tags should by default include tags as the last field
|
||||
this is to support choosing by tag as the feature isn't very useful if you can't see the tags that come back
|
||||
|
||||
todo: search form object list add service bank
|
||||
should open to data-table list of that item
|
||||
|
||||
todo: Attachments button should indicate attachments:
|
||||
Flags hasattachments status visually, do it!
|
||||
(Says add attachment when none)
|
||||
@@ -33,7 +24,16 @@ todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot
|
||||
|
||||
## SERVER MISC ITEMS
|
||||
|
||||
|
||||
todo: all the GetSearchResultSummary functions need to use the getasync or at least no tracking:
|
||||
public async Task<Search.SearchIndexProcessObjectParameters> GetSearchResultSummary(long id)
|
||||
{
|
||||
var obj = await ct.ServiceBank.SingleOrDefaultAsync(z => z.Id == id);
|
||||
var SearchParams = new Search.SearchIndexProcessObjectParameters();
|
||||
DigestSearchText(obj, SearchParams);
|
||||
return SearchParams;
|
||||
}
|
||||
todo: all picklists of objects htat have tags should by default include tags as the last field
|
||||
this is to support choosing by tag as the feature isn't very useful if you can't see the tags that come back
|
||||
todo: userbiz validate can delete has funky error
|
||||
todo: bugbug filter on a phone number field results in error at server as unsupported type
|
||||
make sure all types are supported
|
||||
|
||||
Reference in New Issue
Block a user