Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 3c89e947

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

Order tags by position

Zobrazit rozdíly:

Backend/Core/Services/AnnotationService/AnnotationServiceEF.cs
121 121
                .Include(at => at.Tag)
122 122
                .ThenInclude(t => t.Category)
123 123
                .Include(at => at.SubTag)
124
                .OrderBy(at => at.Position)
124 125
                .ToList();
125 126

  
126 127
            List<TagInstanceInfo> tagInstanceInfos = new();

Také k dispozici: Unified diff