fixed sorting in datasetexplorer, also show date

make annotationstatus more clear
This commit is contained in:
Alex Bezdieniezhnykh
2025-05-20 11:02:24 +03:00
parent 66bfe474c2
commit a5fcb0988b
6 changed files with 30 additions and 24 deletions
+1 -2
View File
@@ -59,8 +59,7 @@ public enum AnnotationStatus
{
None = 0,
Created = 10,
ValidatedEdited = 20,
Edited = 20,
Validated = 30,
Deleted = 40
}