This commit is contained in:
@@ -17,7 +17,6 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public string Name { get; set; }//"subject"
|
||||
// public bool Active { get; set; }
|
||||
public string Notes { get; set; }//"message"
|
||||
public string Wiki { get; set; }
|
||||
public string CustomFields { get; set; }
|
||||
|
||||
@@ -713,8 +713,8 @@ namespace AyaNova.Util
|
||||
for (int x = 0; x < 10; x++)
|
||||
{
|
||||
Memo memo = new Memo();
|
||||
memo.Name = Fake.Lorem.Sentence();
|
||||
memo.Notes = Fake.Rant.Review();
|
||||
memo.Name = Fake.Rant.Review();
|
||||
memo.Notes = Fake.Lorem.Paragraph();
|
||||
memo.ToId = 1;
|
||||
memo.FromId = Fake.Random.Long(2, 15);
|
||||
memo.Tags = RandomTags();
|
||||
|
||||
Reference in New Issue
Block a user