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() );
|
: right.getApprovalCategoryId().get() );
|
||||||
|
|
||||||
if (group != null) {
|
if (group != null) {
|
||||||
table.setText(row, 3, group.getName());
|
table.setWidget(row, 3, new Hyperlink(group.getName(), Dispatcher
|
||||||
|
.toAccountGroup(group.getId())));
|
||||||
} else {
|
} else {
|
||||||
table.setText(row, 3, Util.M.deletedGroup(right.getAccountGroupId()
|
table.setText(row, 3, Util.M.deletedGroup(right.getAccountGroupId()
|
||||||
.get()));
|
.get()));
|
||||||
|
|||||||
Reference in New Issue
Block a user