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

changeset 113
eba08a3a7eb2
parent 108
6657dad897ea
child 115
c27638a50c92
--- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Thu Oct 08 20:44:05 2020 +0200
+++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Fri Oct 09 11:30:36 2020 +0200
@@ -38,10 +38,12 @@
             <col style="width: 75ch">
         </colgroup>
         <tbody>
+        <c:if test="${viewmodel.issue.id ge 0}">
         <tr>
             <th><fmt:message key="issue.id"/></th>
             <td>${issue.id}</td>
         </tr>
+        </c:if>
         <tr>
             <th><fmt:message key="issue.project"/></th>
             <td>

mercurial