Enable saving layers
This commit is contained in:
@@ -290,7 +290,7 @@ namespace WebAPI.Controllers
|
|||||||
layer.Records.Add(record);
|
layer.Records.Add(record);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
//AddLayer(layer, Guid.Parse("F392209E-123E-4651-A5A4-0B1D6CF9FF9D"));
|
AddLayer(layer, Guid.Parse("F392209E-123E-4651-A5A4-0B1D6CF9FF9D"));
|
||||||
logsController.AddEntry(new LogEntry
|
logsController.AddEntry(new LogEntry
|
||||||
{
|
{
|
||||||
Title = $"Import Success, {importWorker.Name}",
|
Title = $"Import Success, {importWorker.Name}",
|
||||||
|
|||||||
Reference in New Issue
Block a user