src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 380
a14b143330c4
parent 378
ee605da75f78
--- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Fri Sep 05 22:09:08 2025 +0200
+++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Sep 06 14:22:38 2025 +0200
@@ -201,6 +201,7 @@
         <tr>
             <td colspan="2">
                 <input type="hidden" name="id" value="${issue.id}"/>
+                <input type="hidden" name="auto-relate" value="${autoRelate}" />
                 <c:if test="${not empty viewmodel.pathInfos}">
                 <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>

mercurial