Revize 3c89e947
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
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
Order tags by position