feat: Enhance UI/UX across multiple views with consistent styling and improved layout #3
1 changed files with 1 additions and 4 deletions
|
|
@ -32,13 +32,10 @@ public class LawnCareEvent
|
||||||
[Display(Name = "Activity Type")]
|
[Display(Name = "Activity Type")]
|
||||||
public LawnCareEventType EventType { get; set; }
|
public LawnCareEventType EventType { get; set; }
|
||||||
|
|
||||||
// --- THIS IS THE LINE TO CHECK ---
|
|
||||||
// Make sure this property exists and is spelled correctly.
|
|
||||||
[Required]
|
[Required]
|
||||||
[DataType(DataType.Date)]
|
[DataType(DataType.Date)]
|
||||||
[Display(Name = "Date")]
|
[Display(Name = "Date")]
|
||||||
public DateTime EventDate { get; set; }
|
public DateTime EventDate { get; set; }
|
||||||
// ---------------------------------
|
|
||||||
|
|
||||||
[Display(Name = "Mowing Pattern")]
|
[Display(Name = "Mowing Pattern")]
|
||||||
public MowingPattern? MowingPattern { get; set; }
|
public MowingPattern? MowingPattern { get; set; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue