Klónozás javítása
This commit is contained in:
@@ -499,6 +499,7 @@ namespace WorkFlowCheck.BL.Services
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var checkListTemplateHeader = await _dbContext.CheckListTemplateHeaders
|
var checkListTemplateHeader = await _dbContext.CheckListTemplateHeaders
|
||||||
|
.AsNoTracking()
|
||||||
.Include(i => i.CheckListTemplateRows)
|
.Include(i => i.CheckListTemplateRows)
|
||||||
.Where(w => w.Id == id).FirstOrDefaultAsync();
|
.Where(w => w.Id == id).FirstOrDefaultAsync();
|
||||||
if (checkListTemplateHeader != null)
|
if (checkListTemplateHeader != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user