Skip to content
Snippets Groups Projects
Commit a38d918a authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Merge branch 'development' into 'master'

Deploy

See merge request !53
parents 04edcbfc e0bcb43c
Branches
No related tags found
1 merge request!53Deploy
Pipeline #931715 failed
......@@ -35,7 +35,7 @@
type="text" class="textfield"/>
<label for="coordinators" th:text="#{programme.coordinators}"></label>
<textarea id="coordinators" th:name="coordinators" th:text="${#strings.listJoin(program.coordinators.![username], '&#10;')}"
<textarea id="coordinators" th:name="coordinators" th:text="${program.coordinators == null} ? '' : ${#strings.listJoin(program.coordinators.![username], '&#10;')}"
th:placeholder="#{programme.coordinators.enter}" class="textarea" rows="5" style="resize: none;"></textarea>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment