Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: Web Interface
-
Labels:None
-
Number of attachments :
Description
/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>
Issue Links
| This issue depends upon: | ||||
| MRM-677 | Upgrade archiva to the latest redback (1.0.1) |
|
|
|
Fixed after upgrading redback to 1.0.1 (-r647651)