Details improvements
This commit is contained in:
@@ -125,7 +125,7 @@ namespace LeafWeb.Core.DAL
|
||||
leafInput.Added = DateTime.Now;
|
||||
leafInput.UniqueToken = PasswordGenerator.Generate(12);
|
||||
_db.LeafInputs.Add(leafInput);
|
||||
SetLeafInputStatusNoUpdate(leafInput, LeafInputStatusType.Pending);
|
||||
SetLeafInputStatusNoUpdate(leafInput, LeafInputStatusType.Pending, "LeafInput added");
|
||||
_db.SaveChanges();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user