Merge "display groups in the access rights table as links"
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user