Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4ed6b05c

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added finalized annotation ID

Zobrazit rozdíly:

Backend/Models/Documents/DocumentListInfo.cs
16 16
    public int RequiredAnnotations { get; set; }
17 17
    public List<DocumentUserInfo> AnnotatingUsers { get; set; } = new();
18 18
    public bool FinalizedExists { get; set; }
19
    public Guid? FinalizedAnnotationId { get; set; }
19 20
    public EState? FinalizedState { get; set; }
20 21
    public List<DocumentAnnotationInfo>? FinalAnnotations { get; set; }
21 22
}

Také k dispozici: Unified diff