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
--- a/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Thu Oct 22 13:03:26 2020 +0200
+++ b/src/main/webapp/WEB-INF/jspf/issue-list.jspf	Thu Oct 22 13:06:46 2020 +0200
@@ -18,7 +18,7 @@
         <tr>
             <td>
                 <span class="phase-${issue.status.phase}">
-                    <a href="./projects/${issue.project.id}/issues/${issue.id}/edit">
+                    <a href="./projects/${issue.project.node}/issues/${issue.id}/edit">
                         #${issue.id}&nbsp;-&nbsp;<c:out value="${issue.subject}" />
                     </a>
                 </span>

mercurial