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