fixed bugs with queue handling. At least most of them

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-18 20:11:19 +03:00
parent cf563571c8
commit c5e81ebcc6
15 changed files with 135 additions and 124 deletions
+4 -3
View File
@@ -59,7 +59,8 @@ public enum AnnotationStatus
{
None = 0,
Created = 10,
Validated = 20,
ValidatedEdited = 25,
Deleted = 30
ValidatedEdited = 20,
Validated = 30,
Deleted = 40
}