reso obbliagatorio campo stato nelle chiamate
This commit is contained in:
parent
9bf20bb7e8
commit
4e34943d8d
@ -47,7 +47,7 @@ namespace VirtualTask.Models
|
|||||||
[Display(Name = "Tecnico")]
|
[Display(Name = "Tecnico")]
|
||||||
public string? chtchiam { get; set; }
|
public string? chtchiam { get; set; }
|
||||||
|
|
||||||
[Display(Name = "Stato")]
|
[Display(Name = "Stato"), Required(ErrorMessage = "Selezionare uno stato di assegnazione")]
|
||||||
public string? chstato { get; set; }
|
public string? chstato { get; set; }
|
||||||
|
|
||||||
[Display(Name = "Rifiutata")]
|
[Display(Name = "Rifiutata")]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user