Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
jenkins
2025-05-08 16:38:54 +02:00

View File

@@ -884,7 +884,7 @@ public class ListiniVenditaServices {
for (EntityBase entity : entityToProcess) {
Callable<EntityBase> callable = () -> {
try {
return entityProcessor.processEntity(entity, true, multiDBTransactionManager);
return entityProcessor.processEntity(entity, true, true, requestDataDTO.getUsername(), multiDBTransactionManager, requestDataDTO);
} catch (Exception e) {
throw new RuntimeException(e);
}