From 3619ee8497653f339888bf83fcdc975a7191c7bb Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 26 Nov 2020 16:00:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f03e0f1b..4ac01932 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -35,8 +35,13 @@ To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version 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"); + I'm leaning towards no import should ever trigger notification checks but then again maybe sometimes they should? confusing I'm thinking there needs to be a skip notification check for import objects somehow, but how and where to set that maybe a non persisted field for skip_notify_check or something on objects? Need to consider normal usage vs import etc