src/main/resources/templates/projectmanagement/app/assign.html aktualisiert

link to workpackage app overview
This commit is contained in:
2026-01-17 09:59:34 +01:00
parent 957cd2762c
commit bc918f1f3c

View File

@@ -44,7 +44,7 @@
<tbody> <tbody>
<tr th:each="p : ${workpackages}"> <tr th:each="p : ${workpackages}">
<td> <td>
<input type="checkbox" th:checked="${p.isIn(linked)}" /> <span th:text="${p.name}"></span> <input type="checkbox" th:checked="${p.isIn(linked)}" /> <a th:href="@{projectmanagement/workpackage/{w}/apps(w=${p.pkWorkpackage})}" th:text="${p.name}"></a>
</td> </td>
<td th:text="${p.description}"></td> <td th:text="${p.description}"></td>
<td> <td>