mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:16:30 +00:00
fixed sorting in datasetexplorer, also show date
make annotationstatus more clear
This commit is contained in:
@@ -66,7 +66,7 @@ public class FailsafeAnnotationsProducer
|
||||
{
|
||||
var records = await db.AnnotationsQueueRecords.OrderBy(x => x.DateTime).ToListAsync(token: ct);
|
||||
var editedCreatedNames = records
|
||||
.Where(x => x.Operation.In(AnnotationStatus.Created, AnnotationStatus.ValidatedEdited))
|
||||
.Where(x => x.Operation.In(AnnotationStatus.Created, AnnotationStatus.Edited))
|
||||
.Select(x => x.AnnotationNames.FirstOrDefault())
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user