fixes #18 : Remove "Issue ID" from "New Issue" form

Fri, 09 Oct 2020 11:30:36 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 09 Oct 2020 11:30:36 +0200
changeset 113
eba08a3a7eb2
parent 112
a9221ecacd05
child 114
dbd5c60c29e6

fixes #18 : Remove "Issue ID" from "New Issue" form

src/main/webapp/WEB-INF/jsp/issue-form.jsp file | annotate | diff | comparison | revisions
--- 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