Skip to content
Snippets Groups Projects

Resolve "Sort assignments in progress overview table (students table)"

Files

@@ -67,7 +67,7 @@
@@ -67,7 +67,7 @@
<div class="tabs" role="tablist">
<div class="tabs" role="tablist">
<a
<a
role="tab"
role="tab"
th:each="m, iter : ${edition.modules}"
th:each="m, iter : ${#lists.sort(edition.modules, @templateService.nameComparator)}"
th:href="|?module=${m.id}|"
th:href="|?module=${m.id}|"
th:aria-selected="${iter.index == 0 && module == null} or ${module?.id == m.id}"
th:aria-selected="${iter.index == 0 && module == null} or ${module?.id == m.id}"
th:text="${m.name}"></a>
th:text="${m.name}"></a>
Loading