@esfaenza/core 19.2.226 → 19.2.227

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -283,7 +283,7 @@ class ErrorPageComponent {
283
283
  }
284
284
  doCreateTicket() {
285
285
  this.http.post(POST_Jace_OpenTicket, this.CreateTicketDTO).subscribe(r => {
286
- this.msgService.manageCallResultResponse(r, "Segnalazione registrata correttamente.", "Errori nella registrazione della segnalazione", () => {
286
+ this.msgService.manageCallResultResponse(r, "Segnalazione registrata correttamente. È stato aperto un Ticket con codice " + (r.entityid || 'N/A'), "Errori nella registrazione della segnalazione", () => {
287
287
  this.canReport = false;
288
288
  });
289
289
  });