Javítás a Blokkolt tételekre is.

This commit is contained in:
2025-04-22 14:18:06 +02:00
parent 3c394f632d
commit bb8d866778
+2 -2
View File
@@ -347,8 +347,8 @@ namespace WorkFlowCheck.BL.Services
try
{
var res = await _dbContext.CheckListHeaders
.Where(w => w.IsEditable &&
w.IsDeleted != true
.Where(w => (w.IsEditable &&
w.IsDeleted != true) || (w.CheckStatus == CheckStatus.Blocked)
)
.Include(i => i.CheckListRows)
//.ThenInclude(i => i.CheckListTemplateRow)