Klónozás javítása

This commit is contained in:
2025-05-08 11:01:55 +02:00
parent 699110af10
commit 0a36544dce
@@ -499,6 +499,7 @@ namespace WorkFlowCheck.BL.Services
try
{
var checkListTemplateHeader = await _dbContext.CheckListTemplateHeaders
.AsNoTracking()
.Include(i => i.CheckListTemplateRows)
.Where(w => w.Id == id).FirstOrDefaultAsync();
if (checkListTemplateHeader != null)