BUGFIX Scroll javítása 1.1.035

This commit is contained in:
2025-07-01 10:47:47 +02:00
parent 8208b31d08
commit 864c76f827
4 changed files with 39 additions and 12 deletions
@@ -14,7 +14,7 @@ namespace WorkFlowCheck.Common.DTO
public int CheckListHeaderId { get; set; }
public int CheckListTemplateRowId { get; set; }
public CheckListTemplateRowDTO? CheckListTemplateRowDTO { get; set; }
public string GroupName => $"AnswerGroup_{CheckListTemplateRowDTO?.RowIndex ?? 0}";
public string GroupName => $"AnswerGroup_{CheckListTemplateRowDTO?.Id ?? 0}";
[DisplayName("Eredmény")]
public string Answer { get; set; } = null!;