Done ticket GEPAFINBE-206 Handled the flagDaFirmare flag from the front-end request and removed it from the properties.

This commit is contained in:
piyushkag
2025-04-07 12:13:32 +05:30
parent 4f59da859d
commit b4b3720e33
6 changed files with 2 additions and 9 deletions

View File

@@ -96,9 +96,6 @@ public class AppointmentDao {
@Value("${aws.s3.bucket.name}") @Value("${aws.s3.bucket.name}")
private String OLD_BUCKET; private String OLD_BUCKET;
@Value("${flagDaFirmare}")
private Boolean flagDaFirmare;
@Autowired @Autowired
private HubRepository hubRepository; private HubRepository hubRepository;
@@ -963,7 +960,7 @@ public class AppointmentDao {
UploadDocToExternalSystemRequest.Input input = new UploadDocToExternalSystemRequest.Input(); UploadDocToExternalSystemRequest.Input input = new UploadDocToExternalSystemRequest.Input();
input.setIdTipoProtocollo(docToExternalSystemRequest.getInput().getIdTipoProtocollo()); input.setIdTipoProtocollo(docToExternalSystemRequest.getInput().getIdTipoProtocollo());
input.setIdClassificazione(docToExternalSystemRequest.getInput().getIdClassificazione()); input.setIdClassificazione(docToExternalSystemRequest.getInput().getIdClassificazione());
input.setFlagDaFirmare(flagDaFirmare); input.setFlagDaFirmare(docToExternalSystemRequest.getInput().getFlagDaFirmare());
input.setDescrizione(docToExternalSystemRequest.getInput().getDescrizione()); input.setDescrizione(docToExternalSystemRequest.getInput().getDescrizione());
UploadDocToExternalSystemRequest.Input.Attributes attributes = new UploadDocToExternalSystemRequest.Input.Attributes(); UploadDocToExternalSystemRequest.Input.Attributes attributes = new UploadDocToExternalSystemRequest.Input.Attributes();

View File

@@ -22,7 +22,6 @@ appointment.portal.user=UtenzaAPIPortal@621
appointment.portal.password=u13nzaAP1P0rtal! appointment.portal.password=u13nzaAP1P0rtal!
appointment.portal.source=GEPAFINPORTAL appointment.portal.source=GEPAFINPORTAL
appointment.portal.context=GEPAFINPORTAL appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=false
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
#spring.rabbitmq.host=rabbitmq.bflows.ai #spring.rabbitmq.host=rabbitmq.bflows.ai

View File

@@ -20,7 +20,6 @@ appointment.portal.user=UtenzaAPIPortal@621
appointment.portal.password=u13nzaAP1P0rtal! appointment.portal.password=u13nzaAP1P0rtal!
appointment.portal.source=GEPAFINPORTAL appointment.portal.source=GEPAFINPORTAL
appointment.portal.context=GEPAFINPORTAL appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=false
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
spring.rabbitmq.host=localhost spring.rabbitmq.host=localhost

View File

@@ -29,7 +29,6 @@ appointment.portal.user=UtenzaAPIPortal@621
appointment.portal.password=u13nzaAP1P0rtal! appointment.portal.password=u13nzaAP1P0rtal!
appointment.portal.source=GEPAFINPORTAL appointment.portal.source=GEPAFINPORTAL
appointment.portal.context=GEPAFINPORTAL appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=true
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
#spring.rabbitmq.host=rabbitmq.bflows.ai #spring.rabbitmq.host=rabbitmq.bflows.ai

View File

@@ -18,7 +18,6 @@ appointment.portal.user=UtenzaAPIPortal@621
appointment.portal.password=u13nzaAP1P0rtal! appointment.portal.password=u13nzaAP1P0rtal!
appointment.portal.source=GEPAFINPORTAL appointment.portal.source=GEPAFINPORTAL
appointment.portal.context=GEPAFINPORTAL appointment.portal.context=GEPAFINPORTAL
flagDaFirmare=false
# RabbitMQ properties for STOMP broker relay for Notification # RabbitMQ properties for STOMP broker relay for Notification
spring.rabbitmq.host=rabbitmq.bflows.ai spring.rabbitmq.host=rabbitmq.bflows.ai

View File

@@ -4,7 +4,7 @@ spring.application.name=tendermanagement
spring.servlet.multipart.max-file-size=300MB spring.servlet.multipart.max-file-size=300MB
spring.servlet.multipart.max-request-size=300MB spring.servlet.multipart.max-request-size=300MB
spring.profiles.active=testing spring.profiles.active=local
# JPA Configuration # JPA Configuration