More data object creation and test commands
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SessionZero.Data
|
||||
|
||||
obj.TemplateId = template.Id;
|
||||
obj.Id = ""; // TODO: This will be replaces with the top level "id" field whenever it gets filled in in the UI
|
||||
obj.Uuid = "0"; // TODO: Generate true UUIDs later
|
||||
obj.Uuid = Guid.NewGuid().ToString();
|
||||
|
||||
foreach (var field in template.Fields)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user