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/Core/Services/DocumentService/DocumentServiceEF.cs
161 161
                        .Include(fa => fa.Annotations)
162 162
                        .ThenInclude(a => a.User)
163 163
                        .Single(fa => fa.Document == document);
164

  
164
                    
165
                    dli.FinalizedAnnotationId = finalizedAnnotation.Id;
165 166
                    dli.FinalizedState = finalizedAnnotation.State;
166 167
                    dli.FinalAnnotations = new();
167 168

  
......
173 174
                            UserId = annotation.User.Id,
174 175
                            Username = annotation.User.Username,
175 176
                            UserFirstName = annotation.User.Name,
176
                            UserSurname = annotation.User.Surname
177
                            UserSurname = annotation.User.Surname,
177 178
                        });
178 179
                    }
179 180

  

Také k dispozici: Unified diff