mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
fixed bugs with queue handling. At least most of them
This commit is contained in:
@@ -59,7 +59,8 @@ public enum AnnotationStatus
|
||||
{
|
||||
None = 0,
|
||||
Created = 10,
|
||||
Validated = 20,
|
||||
ValidatedEdited = 25,
|
||||
Deleted = 30
|
||||
ValidatedEdited = 20,
|
||||
|
||||
Validated = 30,
|
||||
Deleted = 40
|
||||
}
|
||||
Reference in New Issue
Block a user