Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ codeunit 149036 "AIT Run History"

if (LineNo <> 0) then
TempAITRunHistory.SetRange("Line No. Filter", LineNo)
else
TempAITRunHistory.SetRange("Line No. Filter");
end;
}
2 changes: 1 addition & 1 deletion src/Tools/AI Test Toolkit/src/Logs/AITRunHistory.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,6 @@ page 149032 "AIT Run History"
LineNo := 0;

AITRunHistory.GetHistory(TestSuiteCode, LineNo, ViewBy, Rec);
CurrPage.Update();
CurrPage.Update(false);
end;
}
Loading