Enable saving layers

This commit is contained in:
Michał Zieliński
2023-09-02 12:01:35 +02:00
parent 7196b27502
commit 5e27c6cbd4

View File

@@ -290,7 +290,7 @@ namespace WebAPI.Controllers
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
{
Title = $"Import Success, {importWorker.Name}",