fixes issue list not using the project's node

Thu, 22 Oct 2020 13:06:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 22 Oct 2020 13:06:46 +0200
changeset 139
6abc75d213ef
parent 138
e2aa673dd473
child 140
ac35e58efa44

fixes issue list not using the project's node

src/main/webapp/WEB-INF/jspf/issue-list.jspf file | annotate | diff | comparison | revisions
     1.1 --- a/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Thu Oct 22 13:03:26 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Thu Oct 22 13:06:46 2020 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4          <tr>
     1.5              <td>
     1.6                  <span class="phase-${issue.status.phase}">
     1.7 -                    <a href="./projects/${issue.project.id}/issues/${issue.id}/edit">
     1.8 +                    <a href="./projects/${issue.project.node}/issues/${issue.id}/edit">
     1.9                          #${issue.id}&nbsp;-&nbsp;<c:out value="${issue.subject}" />
    1.10                      </a>
    1.11                  </span>

mercurial