Done ticket GEPAFINBE-206 Handled the flagDaFirmare flag from the front-end request and removed it from the properties.
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -23,7 +23,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
|
||||||
|
|||||||
@@ -21,7 +21,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
|
||||||
|
|||||||
@@ -30,7 +30,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
|
||||||
|
|||||||
@@ -19,7 +19,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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user