Skip to content

Commit

Permalink
fix(ms-questionario-cittadino): fix EP aggiorna servizio 2 20240807
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravinadxc committed Aug 8, 2024
1 parent b69df61 commit a067b47
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,6 @@ public void aggiornaServizio(
final String codiceFiscaletenteLoggato = servizioDaAggiornareRequest.getCfUtenteLoggato();
final String ruoloUtenteLoggato = servizioDaAggiornareRequest.getCodiceRuoloUtenteLoggato().toString();

String nomeServizio = servizioDaAggiornareRequest.getNomeServizio();
List<ServizioEntity> servizioDBFetchList = this.servizioSQLService.getServizioByNomeUpdate(nomeServizio,
idServizioDaAggiornare);
if (CollectionUtils.isNotEmpty(servizioDBFetchList)) {
final String messaggioErrore = String
.format("Impossibile aggiornare il servizio. Servizio con nome=%s già esistente", nomeServizio);
throw new ServizioException(messaggioErrore, CodiceErroreEnum.S08);
}

if (!this.utenteService.isUtenteFacilitatore(codiceFiscaletenteLoggato, ruoloUtenteLoggato)) {
final String messaggioErrore = String.format(
"Impossibile aggiornare servizio. Utente con codice fiscale '%s' non ha ruolo FACILITATORE",
Expand Down

0 comments on commit a067b47

Please sign in to comment.