src/main/resources/templates/projectmanagement/app/assign.html aktualisiert
fixed bug in url
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user