reso obbliagatorio campo stato nelle chiamate

This commit is contained in:
michele 2025-10-09 16:43:01 +02:00
parent 9bf20bb7e8
commit 4e34943d8d

View File

@ -47,7 +47,7 @@ namespace VirtualTask.Models
[Display(Name = "Tecnico")]
public string? chtchiam { get; set; }
[Display(Name = "Stato")]
[Display(Name = "Stato"), Required(ErrorMessage = "Selezionare uno stato di assegnazione")]
public string? chstato { get; set; }
[Display(Name = "Rifiutata")]