|
@@ -75,6 +75,7 @@ public class GroupServiceImpl implements GroupService {
|
|
group.setManagerId(managerId);
|
|
group.setManagerId(managerId);
|
|
group.setName(name);
|
|
group.setName(name);
|
|
group.setInformation(null);
|
|
group.setInformation(null);
|
|
|
|
+ group.setIsActive(true);
|
|
groupDao.save(group);
|
|
groupDao.save(group);
|
|
return group;
|
|
return group;
|
|
}
|
|
}
|