From 4e34943d8dd0de32662fbc503a61271dbdb0b3dc Mon Sep 17 00:00:00 2001 From: michele Date: Thu, 9 Oct 2025 16:43:01 +0200 Subject: [PATCH] reso obbliagatorio campo stato nelle chiamate --- Models/Chiamate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Chiamate.cs b/Models/Chiamate.cs index aee9106..16ce99b 100644 --- a/Models/Chiamate.cs +++ b/Models/Chiamate.cs @@ -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")]