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