Fissato problema nella creazione dei gruppi dove il managerId deve
essere sempre diverso da null
This commit is contained in:
parent
98b28769fd
commit
3fb588f690
|
@ -566,7 +566,7 @@ public class SyncService {
|
|||
|
||||
if (groupPresent == null) {
|
||||
EPASGroupsDTO epasGroupsDTO = new EPASGroupsDTO(sig.getDescrizione(), null,
|
||||
String.valueOf(sig.getId()), null, null, sig.getSigla(), ISTI_OFFICE_ID);
|
||||
String.valueOf(sig.getId()), null, "1", sig.getSigla(), ISTI_OFFICE_ID);
|
||||
EPASGroups epasGroup = epasGroupsService.create(epasGroupsDTO);
|
||||
logger.info("EPAS Created Group: {}", epasGroup);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue