Merge "display groups in group table under user settings as links"
This commit is contained in:
@@ -26,7 +26,7 @@ public class MyGroupsScreen extends SettingsScreen {
|
|||||||
@Override
|
@Override
|
||||||
protected void onInitUI() {
|
protected void onInitUI() {
|
||||||
super.onInitUI();
|
super.onInitUI();
|
||||||
groups = new GroupTable(false /* do not hyperlink to admin */);
|
groups = new GroupTable(true /* hyperlink to admin */);
|
||||||
add(groups);
|
add(groups);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user