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

fixed bug in url
This commit is contained in:
2026-01-17 10:01:04 +01:00
parent bc918f1f3c
commit f05a3fcbf5

View File

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