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
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Thu Oct 08 20:44:05 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Fri Oct 09 11:30:36 2020 +0200
     1.3 @@ -38,10 +38,12 @@
     1.4              <col style="width: 75ch">
     1.5          </colgroup>
     1.6          <tbody>
     1.7 +        <c:if test="${viewmodel.issue.id ge 0}">
     1.8          <tr>
     1.9              <th><fmt:message key="issue.id"/></th>
    1.10              <td>${issue.id}</td>
    1.11          </tr>
    1.12 +        </c:if>
    1.13          <tr>
    1.14              <th><fmt:message key="issue.project"/></th>
    1.15              <td>

mercurial