This commit is contained in:
2021-10-16 00:50:25 +00:00
parent 88d6bd151a
commit 7dc63ce9f4

View File

@@ -63,6 +63,9 @@ function ayGroupByTag(reportDataArray, tagContains) {
} }
todo: v8migrate bombs if tag removed and left blank on attachment posting
make it work with an empty migrate tag
Update front / back / dotnet 6 is out Update front / back / dotnet 6 is out
https://dotnet.microsoft.com/download/dotnet/6.0 https://dotnet.microsoft.com/download/dotnet/6.0
https://docs.microsoft.com/en-us/dotnet/core/compatibility/6.0 https://docs.microsoft.com/en-us/dotnet/core/compatibility/6.0
@@ -71,10 +74,13 @@ Update front / back / dotnet 6 is out
QRCoder may have issues but maybe I don't use those exact methods requiring it on linux (system.drawing.common) QRCoder may have issues but maybe I don't use those exact methods requiring it on linux (system.drawing.common)
https://github.com/codebude/QRCoder/issues/315 https://github.com/codebude/QRCoder/issues/315
TODO: Need to test on our linux server again with v6 TODO: Need to test on our linux server again with v6
todo: tax code too large a value just server error, no message todo: tax code too large a value just server error, no message
numeric field overflow numeric field overflow
sb either handle larger values or screen them and truncate or just return validation error sb either handle larger values or screen them and truncate or just return validation error