1
This commit is contained in:
@@ -54,6 +54,7 @@ public class XbGroupController extends BaseController
|
||||
for (XbGroup xbGroupCache : rows) {
|
||||
xbGroupCache.setGroupTypeName(GroupType.getName(xbGroup.getGroupType()));
|
||||
}
|
||||
dataTable.setRows(rows);
|
||||
}
|
||||
|
||||
return dataTable;
|
||||
|
||||
Reference in New Issue
Block a user