Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 77f4265e

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

Fixed export

Zobrazit rozdíly:

Backend/Core/Services/AnnotationService/AnnotationServiceEF.cs
809 809
            // Get documents
810 810
            var documentsToExport = context.Documents
811 811
                .Include(d => d.Content)
812
                .Where(d => request.DocumentIds.Contains(d.Id));
812
                .Where(d => request.DocumentIds.Contains(d.Id))
813
                .ToList();
813 814

  
814 815
            // Get annotations
815 816
            Dictionary<Document, List<Annotation>> annotationsToExport = new();

Také k dispozici: Unified diff