src/main/resources/templates/projectmanagement/app/assign.html aktualisiert
fixes display of description
This commit is contained in:
@@ -24,8 +24,10 @@
|
||||
</div>
|
||||
<div class="col-2">Bundle</div>
|
||||
<div class="col-10">
|
||||
<div th:text="${bundleMap.get(app.fkBundle).name}"></div>
|
||||
<div th:title="${bundleMap.get(app.fkBundle).description}"></div>
|
||||
<th:block th:with="b=${bundleMap.get(app.fkBundle)}">
|
||||
<div th:text="${b.name}"></div>
|
||||
<div th:text="${b.description}"></div>
|
||||
</h:block>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div th:each="p : ${workpackages}">
|
||||
|
||||
Reference in New Issue
Block a user