This commit is contained in:
2020-11-26 16:00:53 +00:00
parent ae4adc8d45
commit 3619ee8497

View File

@@ -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