--- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp Fri Apr 02 11:59:14 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp Sun Apr 04 11:52:30 2021 +0200 @@ -180,8 +180,8 @@ <tfoot> <tr> <td colspan="2"> - <input type="checkbox" id="create-another" name="create-another" <c:if test="${more}">checked</c:if> /> - <label for="create-another"><fmt:message key="button.issue.create.another"/> </label> + <input type="checkbox" id="more" name="more" <c:if test="${more}">checked</c:if> /> + <label for="more"><fmt:message key="button.issue.create.another"/> </label> <input type="hidden" name="id" value="${issue.id}"/> <c:if test="${issue.id ge 0}"> <a href="${issuesHref}${issue.id}" class="button">