Explorar el Código

Merge branch 'bugfix/2305_comment' of Neca/HRCenter into BE_dev

pull/135/head
safet.purkovic hace 3 años
padre
commit
5ffc75fbdb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Diligent.WebAPI.Business/Services/SelectionProcessService.cs

+ 1
- 0
Diligent.WebAPI.Business/Services/SelectionProcessService.cs Ver fichero

@@ -142,6 +142,7 @@ namespace Diligent.WebAPI.Business.Services

process.Status = model.NewStatus;
process.Date = model.Appointment;
process.Comment = model.Comment;

_logger.LogInformation($"Processing changes.");
await _context.SaveChangesAsync();

Cargando…
Cancelar
Guardar