This commit is contained in:
2020-11-27 16:14:14 +00:00
parent d0833d97e3
commit 859d54f3b5
3 changed files with 22 additions and 5 deletions

View File

@@ -97,4 +97,13 @@ todo: ON HOLD TIL LATER Lagging typing in name field on customize form for data
Pick through and replace function calls in UI with computed properties bit by bit and see what happens
Several collections bound to array in data object, is that array changing on typing text? Triggering something?
Should it be bound to a computed getter instead of directly to the data object?
todo: erasedatabase for import causes a conflict with client cached settings like listview etc
Noticed it when v8 migrate and superuser account getting error about missing datalistview when reviewing imported data
was easy to just switch to the default view and force it to reset for that grid so not life or death issue for sure
Client needs to also erase it's cache, but how will it know?
Maybe not a significant issue, if needs addressing look into a flag of some kind, maybe a version match or something
but considering how rare this would be outside of onboarding etc I'm inclined to maybe say fuck it.
Best solution probably when client sees something it expects to be at server is missing to trigger a reset process