Issue Details (XML | Word | Printable)

Key: MRM-777
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Carlos Costa e Silva
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Archiva

assignments.jsp: missing <tr></tr> group under "Resource Roles":

Created: 11/Apr/08 11:21 AM   Updated: 13/Apr/08 10:06 PM   Resolved: 13/Apr/08 10:05 PM
Component/s: Web Interface
Affects Version/s: 1.1
Fix Version/s: 1.1

Time Tracking:
Not Specified

Issue Links:
dependent
 


 Description  « Hide

/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>



Maria Odea Ching added a comment - 13/Apr/08 10:05 PM

Fixed after upgrading redback to 1.0.1 (-r647651)