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

changeset 194
2b3b7d0a885e
parent 186
05eec764facd
child 212
c50da26a6d31
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Thu May 13 10:16:57 2021 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Thu May 13 10:23:37 2021 +0200
     1.3 @@ -92,7 +92,6 @@
     1.4                      <c:forEach var="comp" items="${viewmodel.components}">
     1.5                          <option
     1.6                                  <c:if test="${not empty issue.component and comp eq issue.component}">selected</c:if>
     1.7 -                                <c:if test="${empty issue.component and comp eq comp}">selected</c:if>
     1.8                                  value="${comp.id}"><c:out value="${comp.name}"/></option>
     1.9                      </c:forEach>
    1.10                  </select>

mercurial