This commit is contained in:
@@ -11,6 +11,10 @@ todo: validation errors not expanded in errorbox,
|
||||
or, maybe it's ok as is?
|
||||
|
||||
|
||||
todo: Attachments button should indicate attachments:
|
||||
Flags hasattachments status visually, do it!
|
||||
(Says add attachment when none)
|
||||
|
||||
|
||||
|
||||
todo: going to need some default views for certain lists that come with AyaNova automatically (even if migrating)
|
||||
|
||||
@@ -9,12 +9,7 @@ MISC ITEMS THAT CAME UP
|
||||
|
||||
## CLIENT MISC ITEMS
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot to code for that before
|
||||
@@ -24,16 +19,7 @@ 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