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