This commit is contained in:
2020-12-17 20:23:11 +00:00
parent 0dda9346dd
commit ef3b8047d5
3 changed files with 33 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ namespace AyaNova.Models
[Required]
public string Name { get; set; }
// public bool Active { get; set; }//USE AS COMPLETED FIELD IN UI BUT KEEP AS ACTIVE HERE
// public bool Active { get; set; }//NOT USED
public string Notes { get; set; }
public string Wiki { get; set; }
public string CustomFields { get; set; }