corrected privileges, see #11

This commit is contained in:
Jottyfan
2023-12-27 11:01:46 +01:00
parent 0d476c6f91
commit 8e790a7660
26 changed files with 172 additions and 156 deletions

View File

@ -45,6 +45,7 @@
<div class="container">
<div class="row">
<div class="col-sm-9">
<div th:if="${#fields.hasErrors('fkProfile')}" th:errorclass="error" th:errors="*{fkProfile}"></div>
<select th:id="${e.value.pk}" class="form-control select2-single" th:field="*{fkProfile}">
<option value="">Auswählen</option>
<th:block th:each="u : ${profiles}">