Merge "display groups in the access rights table as links"

This commit is contained in:
Shawn Pearce
2010-09-17 12:31:41 -07:00
committed by Android Code Review

View File

@@ -228,7 +228,8 @@ public class ProjectAccessScreen extends ProjectScreen {
: right.getApprovalCategoryId().get() );
if (group != null) {
table.setText(row, 3, group.getName());
table.setWidget(row, 3, new Hyperlink(group.getName(), Dispatcher
.toAccountGroup(group.getId())));
} else {
table.setText(row, 3, Util.M.deletedGroup(right.getAccountGroupId()
.get()));