This commit is contained in:
@@ -37,9 +37,6 @@ MISC ITEMS THAT CAME UP
|
||||
|
||||
|
||||
|
||||
todo: erasedatabase for import needs to also erase datalistview's and defaults or has an issue with them
|
||||
I think maybe actually it already deletes them but it needs to set the SuperUser account to not use them
|
||||
because after import I see errors related to missing datalistview when logged in as su and viewing import data
|
||||
|
||||
todo: import items triggers notification checks since they are going through the regular create process
|
||||
e.g. this throws up all the time during v8 migrate: throw new System.NotImplementedException("Awaiting workorder object completion");
|
||||
@@ -50,6 +47,14 @@ todo: import items triggers notification checks since they are going through the
|
||||
also import export code, should it trigger notification?
|
||||
If a user imports a bunch of clients from a json file and they happen to have a notification set for create client then could get thousands of notifications
|
||||
|
||||
TRICKY, possible resolution:
|
||||
something flagged on the login session only and must be superuser for mass import
|
||||
so maybe an extra flag during auth indicating mass change session, i.e. user logs in with special route or parameter
|
||||
server provides jwt for session that contains a flag to not do notifications?
|
||||
|
||||
Or, a skip_notify header that only the superuser can add to their api calls, server sees it and sets it for that specific op only?
|
||||
can a header be seen at the level of process notifyevent?
|
||||
|
||||
todo: network error should not show on NEW COUNT for notifications because it's looping over and over and keeps showing that error
|
||||
That particular code should just show the error once maybe then go about it's business quietly?
|
||||
or maybe it's kosher as is, a dev environment is not the same as production after all
|
||||
@@ -94,6 +99,8 @@ todo: search form weirdness
|
||||
TYPE NAMES
|
||||
results for some type names show as "type 59" for example instead of "Customer note"
|
||||
|
||||
todo: notification queue? Is there a need for a form where can see all queued notifications and delete them or something in case of issues?
|
||||
or maybe just a single clear it all out button?
|
||||
|
||||
todo: TEST ON SERVER CUSTOMER STUFF
|
||||
............................................................
|
||||
|
||||
Reference in New Issue
Block a user