Fri, 09 Oct 2020 11:30:36 +0200
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>