assignments.jsp: missing <tr></tr> group under "Resource Roles":
------------------------------------------------------------------
Key: MRM-777
URL: http://jira.codehaus.org/browse/MRM-777
Project: Archiva
Issue Type: Bug
Components: web application
Affects Versions: 1.1
Reporter: Carlos Costa e Silva
Priority: Minor
/archiva-webapp/src/main/webapp/WEB-INF/jsp/redback/admin/assignments.jsp
missing <tr></tr> group under "Resource Roles":
<h5>Resource Roles:</h5>
...
<c:forEach var="row" items="${table}">
--> <tr>
<c:forEach var="column" items="${row}">
...
</c:forEach>
--> </tr>
</c:forEach>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira