added year to selection of camp in role management
This commit is contained in:
		| @@ -8,7 +8,7 @@ plugins { | |||||||
| } | } | ||||||
|  |  | ||||||
| group = 'de.jottyfan.camporganizer' | group = 'de.jottyfan.camporganizer' | ||||||
| version = '0.5.7' | version = '0.5.8' | ||||||
|  |  | ||||||
| description = """CampOrganizer2""" | description = """CampOrganizer2""" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -32,7 +32,7 @@ | |||||||
| 								<span class="error" th:each="error : ${#fields.errors('fkCamp')}">[[${error}]]<br /></span> <select id="inputCamp" th:field="*{fkCamp}" | 								<span class="error" th:each="error : ${#fields.errors('fkCamp')}">[[${error}]]<br /></span> <select id="inputCamp" th:field="*{fkCamp}" | ||||||
| 									th:class="${'form-select ' + (#fields.hasErrors('fkCamp') ? 'inputerror' : '')}"> | 									th:class="${'form-select ' + (#fields.hasErrors('fkCamp') ? 'inputerror' : '')}"> | ||||||
| 									<option value="">--- bitte wählen ---</option> | 									<option value="">--- bitte wählen ---</option> | ||||||
| 									<option th:each="l : ${camps}" th:value="${l.pk}" th:text="${l.name}"></option> | 									<option th:each="l : ${camps}" th:value="${l.pk}" th:text="${l.name + ' ' + #temporals.format(l.arrive, 'yyyy')}"></option> | ||||||
| 								</select> | 								</select> | ||||||
| 							</div> | 							</div> | ||||||
| 							<script type="text/javascript"> | 							<script type="text/javascript"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user