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