Klónozás javítása
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user