Closed edegenetais-nx closed 7 months ago
The list of professions protected from identity deletion is hardcoded at the diff stage.
ReadyToComputeDiff.java : 121 List<Ps> adeliFiltered = psPage.stream() .filter(ps -> ps.getDeactivated() == null || ps.getDeactivated() < ps.getActivated()) .filter(ps -> !(ps.getIdType().equals(ID_TYPE.ADELI.value) && ps.getProfessions().stream().anyMatch(profession -> profession.getCode().equals("60")))
Problem NOT solved.
The second test set was conclusive, bug solved.
The list of professions protected from identity deletion is hardcoded at the diff stage.